haskellPackages.crypto-sodium: unbreak

This commit is contained in:
sternenseemann 2021-04-02 17:27:26 +02:00
parent 111fb840af
commit 1ac9a4ea73

View file

@ -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