mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
haskellPackages.cut-the-crap: use ffmpeg instead of ffmpeg_3
This commit is contained in:
parent
4f48006a0c
commit
957acfd89f
@ -616,7 +616,7 @@ self: super: builtins.intersectAttrs super {
|
|||||||
primitive_0_7_1_0 = dontCheck super.primitive_0_7_1_0;
|
primitive_0_7_1_0 = dontCheck super.primitive_0_7_1_0;
|
||||||
|
|
||||||
cut-the-crap =
|
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: {
|
in overrideCabal (addBuildTool super.cut-the-crap pkgs.makeWrapper) (_drv: {
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapProgram $out/bin/cut-the-crap \
|
wrapProgram $out/bin/cut-the-crap \
|
||||||
|
Loading…
Reference in New Issue
Block a user