From 7aefd575b5388bac12915c78c8a0f2eb0800f71e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 11 Nov 2013 13:53:55 +0100 Subject: [PATCH] haskell-yesod-static: disable the yesod-static test suite It produces a strange error: Running 1 test suites... Test suite tests: RUNNING... /nix/store/gwm3821513h0jwcgxr73r3ay90shaq7r-haskell-base64-bytestring-ghc7.6.3-1.0.0.1/bin/../lib/ghc-7.6.3/package.conf.d/base64-bytestring-1.0.0.1.installedconf:1:19272: Not in scope: `main' Perhaps you meant `min' (imported from Prelude) ... I'm not sure what this means. --- pkgs/development/libraries/haskell/yesod-static/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/yesod-static/default.nix b/pkgs/development/libraries/haskell/yesod-static/default.nix index 6942cb466c5..f9193ee971d 100644 --- a/pkgs/development/libraries/haskell/yesod-static/default.nix +++ b/pkgs/development/libraries/haskell/yesod-static/default.nix @@ -24,6 +24,7 @@ cabal.mkDerivation (self: { systemFilepath text transformers unixCompat unorderedContainers wai waiAppStatic waiTest yesodCore yesodTest ]; + doCheck = false; meta = { homepage = "http://www.yesodweb.com/"; description = "Static file serving subsite for Yesod Web Framework";