mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
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
|
||||
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
|
||||
|
@ -3685,7 +3685,6 @@ broken-packages:
|
||||
- constraint-manip
|
||||
- constraint-reflection
|
||||
- ConstraintKinds
|
||||
- constraints-deriving
|
||||
- constraints-emerge
|
||||
- constraints-extras
|
||||
- constructive-algebra
|
||||
|
@ -56825,8 +56825,6 @@ self: {
|
||||
];
|
||||
description = "Manipulating constraints and deriving class instances programmatically";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"constraints-emerge" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user