diff --git a/pkgs/development/libraries/haskell/cryptohash/default.nix b/pkgs/development/libraries/haskell/cryptohash/default.nix index ae0950d1152..839bf4518a1 100644 --- a/pkgs/development/libraries/haskell/cryptohash/default.nix +++ b/pkgs/development/libraries/haskell/cryptohash/default.nix @@ -11,7 +11,6 @@ cabal.mkDerivation (self: { byteable HUnit QuickCheck testFramework testFrameworkHunit testFrameworkQuickcheck2 ]; - doCheck = false; meta = { homepage = "http://github.com/vincenthz/hs-cryptohash"; description = "collection of crypto hashes, fast, pure and practical";