mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
haskell-auto-update: disable test suite to work around build failure
https://github.com/yesodweb/wai/issues/285
This commit is contained in:
parent
48dce0642b
commit
2fc76ea054
|
@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
|
|||
version = "0.1.1.2";
|
||||
sha256 = "0901zqky70wyxl17vwz6smhnpsfjnsk0f2xqiyz902vl7apx66c6";
|
||||
testDepends = [ hspec ];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "https://github.com/yesodweb/wai";
|
||||
description = "Efficiently run periodic, on-demand actions";
|
||||
|
|
Loading…
Reference in a new issue