mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 08:44:31 +00:00
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 New Issue
Block a user