Add youtube-dl to path for version 2

This commit is contained in:
Jappie Klooster 2020-10-10 12:58:11 +02:00
parent ef2eaa9373
commit 2005dbf5a8

View file

@ -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 \