haskellPackages.crypto-sodium: unbreak
This commit is contained in:
parent
111fb840af
commit
1ac9a4ea73
1 changed files with 4 additions and 0 deletions
|
@ -1771,4 +1771,8 @@ self: super: {
|
|||
# https://github.com/centromere/blake2/issues/6
|
||||
blake2 = dontCheck super.blake2;
|
||||
|
||||
# Test suite doesn't support base16-bytestring >= 1.0
|
||||
# https://github.com/serokell/haskell-crypto/issues/25
|
||||
crypto-sodium = dontCheck super.crypto-sodium;
|
||||
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
|
Loading…
Reference in a new issue