forked from mirrors/nixpkgs
happstack-server: disable test suite to fix build error
This commit is contained in:
parent
7db1b1e085
commit
f805ec1e0a
|
@ -16,6 +16,7 @@ cabal.mkDerivation (self: {
|
|||
utf8String xhtml zlib
|
||||
];
|
||||
testDepends = [ HUnit parsec zlib ];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "http://happstack.com";
|
||||
description = "Web related tools and services";
|
||||
|
|
Loading…
Reference in a new issue