From 2005dbf5a83bac383776c719c051266dd012580d Mon Sep 17 00:00:00 2001 From: Jappie Klooster Date: Sat, 10 Oct 2020 12:58:11 +0200 Subject: [PATCH] Add youtube-dl to path for version 2 --- pkgs/development/haskell-modules/configuration-nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \