summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-08-24 19:55:14 +0200
committerPeter Simons <simons@cryp.to>2014-08-24 20:28:13 +0200
commit09b7323abf1eb411054f67aea1a266e260b5b078 (patch)
tree28fdd6b192a0d9251be3abeb1f9e79d7d6ff2579 /pkgs/development
parent5af8b24cf28e959b7ec9cb2824f2f882ef72fe54 (diff)
downloadnixlib-09b7323abf1eb411054f67aea1a266e260b5b078.tar
nixlib-09b7323abf1eb411054f67aea1a266e260b5b078.tar.gz
nixlib-09b7323abf1eb411054f67aea1a266e260b5b078.tar.bz2
nixlib-09b7323abf1eb411054f67aea1a266e260b5b078.tar.lz
nixlib-09b7323abf1eb411054f67aea1a266e260b5b078.tar.xz
nixlib-09b7323abf1eb411054f67aea1a266e260b5b078.tar.zst
nixlib-09b7323abf1eb411054f67aea1a266e260b5b078.zip
haskell-yesod-core: disable test suite to fix the build
https://github.com/yesodweb/yesod/issues/813
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/haskell/yesod-core/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/yesod-core/default.nix b/pkgs/development/libraries/haskell/yesod-core/default.nix
index 90d354a22cff..8f3b90db6c7a 100644
--- a/pkgs/development/libraries/haskell/yesod-core/default.nix
+++ b/pkgs/development/libraries/haskell/yesod-core/default.nix
@@ -31,6 +31,7 @@ cabal.mkDerivation (self: {
     transformers wai waiExtra waiTest
   ];
   jailbreak = true;
+  doCheck = false;
   meta = {
     homepage = "http://www.yesodweb.com/";
     description = "Creation of type-safe, RESTful web applications";