vector: jailbreak to fix the build with latest version of QuickCheck
This commit is contained in:
parent
8a21e02e31
commit
0043faf271
@ -130,7 +130,8 @@ self: super: {
|
|||||||
ABList = dontCheck super.ABList;
|
ABList = dontCheck super.ABList;
|
||||||
|
|
||||||
# sse2 flag due to https://github.com/haskell/vector/issues/47.
|
# sse2 flag due to https://github.com/haskell/vector/issues/47.
|
||||||
vector = if pkgs.stdenv.isi686 then appendConfigureFlag super.vector "--ghc-options=-msse2" else super.vector;
|
# Jailbreak is necessary for QuickCheck dependency.
|
||||||
|
vector = doJailbreak (if pkgs.stdenv.isi686 then appendConfigureFlag super.vector "--ghc-options=-msse2" else super.vector);
|
||||||
|
|
||||||
conduit-extra = if pkgs.stdenv.isDarwin
|
conduit-extra = if pkgs.stdenv.isDarwin
|
||||||
then super.conduit-extra.overrideAttrs (drv: { __darwinAllowLocalNetworking = true; })
|
then super.conduit-extra.overrideAttrs (drv: { __darwinAllowLocalNetworking = true; })
|
||||||
|
Loading…
x
Reference in New Issue
Block a user