about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-09-09 12:11:06 +0200
committerPeter Simons <simons@cryp.to>2013-09-09 15:07:36 +0200
commit28c5958658dadbd49b2570e7265756dad4cdd7c5 (patch)
treed0d5d1a638f605e2eea597aa45e438c17be60ee9
parent0e7783c608b52a57712902c46f8aca9a72271bfc (diff)
downloadnixlib-28c5958658dadbd49b2570e7265756dad4cdd7c5.tar
nixlib-28c5958658dadbd49b2570e7265756dad4cdd7c5.tar.gz
nixlib-28c5958658dadbd49b2570e7265756dad4cdd7c5.tar.bz2
nixlib-28c5958658dadbd49b2570e7265756dad4cdd7c5.tar.lz
nixlib-28c5958658dadbd49b2570e7265756dad4cdd7c5.tar.xz
nixlib-28c5958658dadbd49b2570e7265756dad4cdd7c5.tar.zst
nixlib-28c5958658dadbd49b2570e7265756dad4cdd7c5.zip
haskell-thyme: disable the test suite some more
-rw-r--r--pkgs/development/libraries/haskell/thyme/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/haskell/thyme/default.nix b/pkgs/development/libraries/haskell/thyme/default.nix
index dde2b0942f5c..60999f51898c 100644
--- a/pkgs/development/libraries/haskell/thyme/default.nix
+++ b/pkgs/development/libraries/haskell/thyme/default.nix
@@ -15,7 +15,7 @@ cabal.mkDerivation (self: {
     attoparsec Cabal filepath lens QuickCheck random
     systemPosixRedirect text time vectorSpace
   ];
-  check = false;
+  doCheck = false;
   meta = {
     homepage = "https://github.com/liyang/thyme";
     description = "A faster time library";