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

wip/yesman
Peter Simons 5 years ago
parent 0a253d7043
commit e1126316d7
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix
  2. 1
      pkgs/development/haskell-modules/configuration-hackage2nix.yaml
  3. 2
      pkgs/development/haskell-modules/hackage-packages.nix

@ -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…
Cancel
Save