summaryrefslogtreecommitdiff
path: root/odin/strm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'odin/strm.nix')
-rw-r--r--odin/strm.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/odin/strm.nix b/odin/strm.nix
index 70034404..8fe4a68b 100644
--- a/odin/strm.nix
+++ b/odin/strm.nix
@@ -1,5 +1,5 @@
1{ stdenv 1{ stdenv
2, zsh, ffmpeg-full, youtube-dl, pv, notmuch, rss2email, rolling-directory 2, zsh, ffmpeg-full, youtube-dl, pv, notmuch, rss2email, rolling-directory, qprint, coreutils
3, buildPerlPackage, perlPackages 3, buildPerlPackage, perlPackages
4}: 4}:
5 5
@@ -46,7 +46,7 @@ in stdenv.mkDerivation {
46 46
47 phases = [ "unpackPhase" "buildPhase" "installPhase" ]; 47 phases = [ "unpackPhase" "buildPhase" "installPhase" ];
48 48
49 inherit zsh pv notmuch rss2email; 49 inherit zsh pv notmuch rss2email coreutils qprint;
50 ffmpeg = ffmpeg-full; 50 ffmpeg = ffmpeg-full;
51 youtubedl = youtube-dl; 51 youtubedl = youtube-dl;
52 rollingdirectory = rolling-directory; 52 rollingdirectory = rolling-directory;