summaryrefslogtreecommitdiff
path: root/odin/strm.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2020-03-22 21:56:53 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2020-03-22 21:56:53 +0100
commit6e6710a07421b6f6d220173709f31b77bd72d140 (patch)
treef88720d076186d00bb2129135817de83bedc2192 /odin/strm.nix
parent3efc3c0595f36534b575429c964367aebb4e0884 (diff)
downloadnixos-6e6710a07421b6f6d220173709f31b77bd72d140.tar
nixos-6e6710a07421b6f6d220173709f31b77bd72d140.tar.gz
nixos-6e6710a07421b6f6d220173709f31b77bd72d140.tar.bz2
nixos-6e6710a07421b6f6d220173709f31b77bd72d140.tar.xz
nixos-6e6710a07421b6f6d220173709f31b77bd72d140.zip
...
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;