darcs: patch to cope with vector 0.11.x
This commit is contained in:
parent
a3de6a15c1
commit
053e52fbd5
@ -166,7 +166,7 @@ self: super: {
|
|||||||
# Jailbreak doesn't get the job done because the Cabal file uses conditionals a lot.
|
# Jailbreak doesn't get the job done because the Cabal file uses conditionals a lot.
|
||||||
darcs = (overrideCabal super.darcs (drv: {
|
darcs = (overrideCabal super.darcs (drv: {
|
||||||
doCheck = false; # The test suite won't even start.
|
doCheck = false; # The test suite won't even start.
|
||||||
patchPhase = "sed -i -e 's|attoparsec .*,|attoparsec,|' darcs.cabal";
|
patchPhase = "sed -i -e 's|attoparsec .*,|attoparsec,|' -e 's|vector .*,|vector,|' darcs.cabal";
|
||||||
})).overrideScope (self: super: { zlib = self.zlib_0_5_4_2; });
|
})).overrideScope (self: super: { zlib = self.zlib_0_5_4_2; });
|
||||||
|
|
||||||
# https://github.com/massysett/rainbox/issues/1
|
# https://github.com/massysett/rainbox/issues/1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user