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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user