From 6e6710a07421b6f6d220173709f31b77bd72d140 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 22 Mar 2020 21:56:53 +0100 Subject: ... --- odin/strm.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odin/strm.nix') 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 @@ { stdenv -, zsh, ffmpeg-full, youtube-dl, pv, notmuch, rss2email, rolling-directory +, zsh, ffmpeg-full, youtube-dl, pv, notmuch, rss2email, rolling-directory, qprint, coreutils , buildPerlPackage, perlPackages }: @@ -46,7 +46,7 @@ in stdenv.mkDerivation { phases = [ "unpackPhase" "buildPhase" "installPhase" ]; - inherit zsh pv notmuch rss2email; + inherit zsh pv notmuch rss2email coreutils qprint; ffmpeg = ffmpeg-full; youtubedl = youtube-dl; rollingdirectory = rolling-directory; -- cgit v1.2.3