haskellPackages.cut-the-crap: use ffmpeg instead of ffmpeg_3
This commit is contained in:
parent
4f48006a0c
commit
957acfd89f
1 changed files with 1 additions and 1 deletions
|
@ -616,7 +616,7 @@ self: super: builtins.intersectAttrs super {
|
|||
primitive_0_7_1_0 = dontCheck super.primitive_0_7_1_0;
|
||||
|
||||
cut-the-crap =
|
||||
let path = pkgs.lib.makeBinPath [ pkgs.ffmpeg_3 pkgs.youtube-dl ];
|
||||
let path = pkgs.lib.makeBinPath [ pkgs.ffmpeg pkgs.youtube-dl ];
|
||||
in overrideCabal (addBuildTool super.cut-the-crap pkgs.makeWrapper) (_drv: {
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/cut-the-crap \
|
||||
|
|
Loading…
Reference in a new issue