summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-nix.nix
diff options
context:
space:
mode:
authorJappie Klooster <jappieklooster@hotmail.com>2020-10-10 12:58:11 +0200
committerJappie Klooster <jappieklooster@hotmail.com>2020-10-10 12:58:11 +0200
commit2005dbf5a83bac383776c719c051266dd012580d (patch)
tree09b83db132b3506ff6857490348380d7723a8d59 /pkgs/development/haskell-modules/configuration-nix.nix
parentef2eaa937346d9a7dedeff176671a7fcb5ed6efa (diff)
downloadnixpkgs-2005dbf5a83bac383776c719c051266dd012580d.tar
nixpkgs-2005dbf5a83bac383776c719c051266dd012580d.tar.gz
nixpkgs-2005dbf5a83bac383776c719c051266dd012580d.tar.bz2
nixpkgs-2005dbf5a83bac383776c719c051266dd012580d.tar.lz
nixpkgs-2005dbf5a83bac383776c719c051266dd012580d.tar.xz
nixpkgs-2005dbf5a83bac383776c719c051266dd012580d.tar.zst
nixpkgs-2005dbf5a83bac383776c719c051266dd012580d.zip
Add youtube-dl to path for version 2
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-nix.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-nix.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix
index 9be62568373..ad9e33042a0 100644
--- a/pkgs/development/haskell-modules/configuration-nix.nix
+++ b/pkgs/development/haskell-modules/configuration-nix.nix
@@ -731,7 +731,7 @@ self: super: builtins.intersectAttrs super {
   primitive = dontCheck super.primitive;
 
   cut-the-crap =
-    let path = pkgs.stdenv.lib.makeBinPath [ pkgs.ffmpeg_3 ];
+    let path = pkgs.stdenv.lib.makeBinPath [ pkgs.ffmpeg_3 pkgs.youtube-dl ];
     in overrideCabal (addBuildTool super.cut-the-crap pkgs.makeWrapper) (_drv: {
       postInstall = ''
         wrapProgram $out/bin/cut-the-crap \