forked from mirrors/nixpkgs
haskell-hledger-web: disable 'doCheck' to avoid test suite build failure
tests/main.hs:12:8: Could not find module `HomeTest' Use -v to see a list of the files searched for.
This commit is contained in:
parent
6a0c5a2da2
commit
4417ffa2b5
|
@ -25,6 +25,7 @@ cabal.mkDerivation (self: {
|
|||
sed -r -i -e 's|blaze-html * >= 0.5 *&& < 0.6|blaze-html >= 0.5|' hledger-web.cabal
|
||||
'';
|
||||
jailbreak = true;
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "http://hledger.org";
|
||||
description = "A web interface for the hledger accounting tool";
|
||||
|
|
Loading…
Reference in a new issue