tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
darcs: patch to cope with vector 0.11.x
Peter Simons
10 years ago
053e52fb
a3de6a15
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
haskell-modules
configuration-common.nix
+1
-1
pkgs/development/haskell-modules/configuration-common.nix
reviewed
···
166
166
# Jailbreak doesn't get the job done because the Cabal file uses conditionals a lot.
167
167
darcs = (overrideCabal super.darcs (drv: {
168
168
doCheck = false; # The test suite won't even start.
169
169
-
patchPhase = "sed -i -e 's|attoparsec .*,|attoparsec,|' darcs.cabal";
169
169
+
patchPhase = "sed -i -e 's|attoparsec .*,|attoparsec,|' -e 's|vector .*,|vector,|' darcs.cabal";
170
170
})).overrideScope (self: super: { zlib = self.zlib_0_5_4_2; });
171
171
172
172
# https://github.com/massysett/rainbox/issues/1