haskell-hakyll: jailbreak to fix the build

This commit is contained in:
Peter Simons 2013-09-02 13:19:43 +02:00
parent 0c5c9e31ff
commit 3016b359d9

View file

@ -26,6 +26,7 @@ cabal.mkDerivation (self: {
testFrameworkHunit testFrameworkQuickcheck2 text time
];
doCheck = false;
jailbreak = true;
meta = {
homepage = "http://jaspervdj.be/hakyll";
description = "A static website compiler library";