haskell-constraints-deriving: disable test suite to fix the build

This commit is contained in:
Peter Simons
2019-06-14 13:06:08 +00:00
parent 0a253d7043
commit e1126316d7
3 changed files with 3 additions and 3 deletions
@@ -1273,4 +1273,7 @@ self: super: {
# https://github.com/hslua/tasty-lua/issues/1
tasty-lua = dontCheck super.tasty-lua;
# Test suite won't link for no apparent reason.
constraints-deriving = dontCheck super.constraints-deriving;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super