3
0
Fork 0
forked from mirrors/nixpkgs

haskell-diagrams-solve: disable failing test suite to fix the build

This commit is contained in:
Peter Simons 2017-07-20 08:40:56 +02:00
parent 27ca0cb3d4
commit efa3ba8950

View file

@ -877,4 +877,7 @@ self: super: {
# Has a dependency on outdated versions of directory.
cautious-file = doJailbreak (dontCheck super.cautious-file);
# https://github.com/diagrams/diagrams-solve/issues/4
diagrams-solve = dontCheck super.diagrams-solve;
}