mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
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.
This commit is contained in:
parent
716318c54d
commit
7aefd575b5
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user