mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
attoparsec: Fix build for 7.10
This commit is contained in:
parent
4d325bcede
commit
69f5738668
@ -61,6 +61,9 @@ self: super: {
|
||||
patchPhase = "sed -i -e 's|base >= 3 && < 4.8|base|' utf8-string.cabal";
|
||||
});
|
||||
|
||||
# bos/attoparsec#92
|
||||
attoparsec = overrideCabal super.attoparsec (drv: { doCheck = false; });
|
||||
|
||||
# Test suite fails with some (seemingly harmless) error.
|
||||
# https://code.google.com/p/scrapyourboilerplate/issues/detail?id=24
|
||||
syb = overrideCabal super.syb (drv: { doCheck = false; });
|
||||
|
Loading…
Reference in New Issue
Block a user