haskell-graphviz: jailbreak to fix build with recent versions of QuickCheck

This commit is contained in:
Peter Simons 2017-12-19 23:45:09 +01:00
parent dba09a202b
commit 3ae4e2dcc9
1 changed files with 1 additions and 0 deletions

View File

@ -978,6 +978,7 @@ self: super: {
attoparsec = dontCheck super.attoparsec; # 1 out of 67 tests fails
int-cast = doJailbreak super.int-cast;
nix-derivation = doJailbreak super.nix-derivation;
graphviz = doJailbreak super.graphviz;
# Needs tasty-quickcheck ==0.8.*, which we don't have.
cryptohash-sha256 = doJailbreak super.cryptohash-sha256;