mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
haskell-RSA: disable the test suite (which runs for >1 hour)
https://github.com/GaloisInc/RSA/issues/9
This commit is contained in:
parent
2cf90950c0
commit
8c3498d032
@ -14,6 +14,7 @@ cabal.mkDerivation (self: {
|
||||
binary cryptoApi cryptoPubkeyTypes DRBG pureMD5 QuickCheck SHA
|
||||
tagged testFramework testFrameworkQuickcheck2
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
description = "Implementation of RSA, using the padding schemes of PKCS#1 v2.1.";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
Loading…
Reference in New Issue
Block a user