haskell-graphviz: jailbreak to fix build with recent versions of QuickCheck
This commit is contained in:
parent
dba09a202b
commit
3ae4e2dcc9
|
@ -978,6 +978,7 @@ self: super: {
|
||||||
attoparsec = dontCheck super.attoparsec; # 1 out of 67 tests fails
|
attoparsec = dontCheck super.attoparsec; # 1 out of 67 tests fails
|
||||||
int-cast = doJailbreak super.int-cast;
|
int-cast = doJailbreak super.int-cast;
|
||||||
nix-derivation = doJailbreak super.nix-derivation;
|
nix-derivation = doJailbreak super.nix-derivation;
|
||||||
|
graphviz = doJailbreak super.graphviz;
|
||||||
|
|
||||||
# Needs tasty-quickcheck ==0.8.*, which we don't have.
|
# Needs tasty-quickcheck ==0.8.*, which we don't have.
|
||||||
cryptohash-sha256 = doJailbreak super.cryptohash-sha256;
|
cryptohash-sha256 = doJailbreak super.cryptohash-sha256;
|
||||||
|
|
Loading…
Reference in New Issue