mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
haskell-crypto-numbers: disable the test suite to avoid spurious build failures
https://github.com/vincenthz/hs-crypto-numbers/issues/8
This commit is contained in:
parent
23869e0006
commit
187e480329
|
@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
|
|||
byteable cryptoRandom HUnit QuickCheck testFramework
|
||||
testFrameworkHunit testFrameworkQuickcheck2 vector
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "http://github.com/vincenthz/hs-crypto-numbers";
|
||||
description = "Cryptographic numbers: functions and algorithms";
|
||||
|
|
Loading…
Reference in a new issue