forked from mirrors/nixpkgs
haskell-hledger-web: jailbreak to fix build with recent versions of yesod
This commit is contained in:
parent
36ee5c61c3
commit
4c226fb88a
|
@ -20,6 +20,7 @@ cabal.mkDerivation (self: {
|
|||
yesodCore yesodStatic
|
||||
];
|
||||
testDepends = [ hspec yesod yesodTest ];
|
||||
jailbreak = true;
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "http://hledger.org";
|
||||
|
|
Loading…
Reference in a new issue