aboutsummaryrefslogtreecommitdiffstats
path: root/package/package.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--package/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/package.nix b/package/package.nix
index c0b4718..efadab8 100644
--- a/package/package.nix
+++ b/package/package.nix
@@ -24,7 +24,7 @@
src = ./..;
buildInputs = [
- (python3.withPackages (ps: [ps.yt-dlp]))
+ (python3.withPackages (ps: [ps.yt-dlp blake3]))
mpv-unwrapped.dev
ffmpeg
];