Add youtube-dl to path for version 2
This commit is contained in:
parent
ef2eaa9373
commit
2005dbf5a8
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user