haskell-hakyll: jailbreak to fix the build
This commit is contained in:
parent
0c5c9e31ff
commit
3016b359d9
@ -26,6 +26,7 @@ cabal.mkDerivation (self: {
|
|||||||
testFrameworkHunit testFrameworkQuickcheck2 text time
|
testFrameworkHunit testFrameworkQuickcheck2 text time
|
||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://jaspervdj.be/hakyll";
|
homepage = "http://jaspervdj.be/hakyll";
|
||||||
description = "A static website compiler library";
|
description = "A static website compiler library";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user