about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-09-09 10:02:18 +0200
committerPeter Simons <simons@cryp.to>2013-09-09 10:02:30 +0200
commitd58b4205c8c80cc190546420ddaecd646b252668 (patch)
treed11394d15e4445b69a9fee2975b360f7624414f1
parent2943574903b4c2eae4f66f919c0ce2eb183d40ed (diff)
downloadnixlib-d58b4205c8c80cc190546420ddaecd646b252668.tar
nixlib-d58b4205c8c80cc190546420ddaecd646b252668.tar.gz
nixlib-d58b4205c8c80cc190546420ddaecd646b252668.tar.bz2
nixlib-d58b4205c8c80cc190546420ddaecd646b252668.tar.lz
nixlib-d58b4205c8c80cc190546420ddaecd646b252668.tar.xz
nixlib-d58b4205c8c80cc190546420ddaecd646b252668.tar.zst
nixlib-d58b4205c8c80cc190546420ddaecd646b252668.zip
haskell-thyme: disable unit tests
https://github.com/liyang/thyme/issues/4
-rw-r--r--pkgs/development/libraries/haskell/thyme/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/thyme/default.nix b/pkgs/development/libraries/haskell/thyme/default.nix
index 7d79881127dd..dde2b0942f5c 100644
--- a/pkgs/development/libraries/haskell/thyme/default.nix
+++ b/pkgs/development/libraries/haskell/thyme/default.nix
@@ -15,6 +15,7 @@ cabal.mkDerivation (self: {
     attoparsec Cabal filepath lens QuickCheck random
     systemPosixRedirect text time vectorSpace
   ];
+  check = false;
   meta = {
     homepage = "https://github.com/liyang/thyme";
     description = "A faster time library";