haskell-constraints-deriving: disable test suite to fix the build
This commit is contained in:
parent
0a253d7043
commit
e1126316d7
@ -1273,4 +1273,7 @@ self: super: {
|
|||||||
# https://github.com/hslua/tasty-lua/issues/1
|
# https://github.com/hslua/tasty-lua/issues/1
|
||||||
tasty-lua = dontCheck super.tasty-lua;
|
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
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
@ -3685,7 +3685,6 @@ broken-packages:
|
|||||||
- constraint-manip
|
- constraint-manip
|
||||||
- constraint-reflection
|
- constraint-reflection
|
||||||
- ConstraintKinds
|
- ConstraintKinds
|
||||||
- constraints-deriving
|
|
||||||
- constraints-emerge
|
- constraints-emerge
|
||||||
- constraints-extras
|
- constraints-extras
|
||||||
- constructive-algebra
|
- constructive-algebra
|
||||||
|
@ -56825,8 +56825,6 @@ self: {
|
|||||||
];
|
];
|
||||||
description = "Manipulating constraints and deriving class instances programmatically";
|
description = "Manipulating constraints and deriving class instances programmatically";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"constraints-emerge" = callPackage
|
"constraints-emerge" = callPackage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user