mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-30 23:34:12 +03:00
darcs: fix build
This commit is contained in:
parent
07535a01aa
commit
274d17defa
@ -155,7 +155,7 @@ self: super: {
|
||||
# jailbreak doesn't get the job done because the Cabal file uses conditionals a lot.
|
||||
darcs = overrideCabal super.darcs (drv: {
|
||||
doCheck = false; # The test suite won't even start.
|
||||
patchPhase = "sed -i -e 's|random.*==.*|random|' -e 's|text.*>=.*,|text,|' -e s'|terminfo == .*|terminfo|' darcs.cabal";
|
||||
patchPhase = "sed -i -e 's|attoparsec.*,|attoparsec,|' darcs.cabal";
|
||||
});
|
||||
|
||||
# Needs the latest version of QuickCheck to compile.
|
||||
|
Loading…
Reference in New Issue
Block a user