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, 3 insertions, 1 deletions
diff --git a/odin/strm.nix b/odin/strm.nix
index 82ba2bdb..8c88514e 100644
--- a/odin/strm.nix
+++ b/odin/strm.nix
@@ -6,7 +6,9 @@ stdenv.mkDerivation {
6 6
7 phases = [ "unpackPhase" "buildPhase" "installPhase" ]; 7 phases = [ "unpackPhase" "buildPhase" "installPhase" ];
8 8
9 inherit zsh ffmpeg-full youtube-dl pv notmuch; 9 inherit zsh pv notmuch;
10 ffmpeg = ffmpeg-full;
11 youtubedl = youtube-dl;
10 12
11 buildPhase = '' 13 buildPhase = ''
12 substituteAllInPlace download_youtube 14 substituteAllInPlace download_youtube