Merge pull request #100107 from jappeace/haskell-updates

cut-the-crap: 1.4.2 Mark unbroken
This commit is contained in:
Dennis Gosnell 2020-10-10 21:19:33 +09:00 committed by GitHub
commit f7e72e7b22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -4235,7 +4235,6 @@ broken-packages:
- curve25519
- curves
- custom-prelude
- cut-the-crap
- CV
- cv-combinators
- cypher

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 \