haskellPackages.base16: unbreak
Test suite depends on an old version of base16-bytestring (but has not set up constraints for it). Can't be bothered to add an old version of it, let's just disable the test suite for now. This should fix itself sooner or later.
This commit is contained in:
parent
8de90d2779
commit
dccf695448
3 changed files with 4 additions and 3 deletions
|
@ -1916,4 +1916,8 @@ EOT
|
|||
assert pkgs.lib.versionOlder self.hspec.version "2.8.2";
|
||||
doJailbreak super.graphql;
|
||||
|
||||
# Test suite doesn't build with base16-bytestring >= 1.0.0.0
|
||||
# https://github.com/emilypi/Base16/issues/9
|
||||
base16 = dontCheck super.base16;
|
||||
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
|
|
@ -286,7 +286,6 @@ broken-packages:
|
|||
- barrie
|
||||
- barrier
|
||||
- barrier-monad
|
||||
- base16
|
||||
- base64-conduit
|
||||
- base-compat-migrate
|
||||
- base-encoding
|
||||
|
|
|
@ -38327,8 +38327,6 @@ self: {
|
|||
];
|
||||
description = "Fast RFC 4648-compliant Base16 encoding";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"base16-bytestring_0_1_1_7" = callPackage
|
||||
|
|
Loading…
Reference in a new issue