haskell-hakyll: jailbreak to fix the build

This commit is contained in:
Peter Simons 2013-04-06 10:32:41 +02:00
parent f88d383b31
commit fd18418841

View File

@ -26,6 +26,9 @@ cabal.mkDerivation (self: {
testFrameworkQuickcheck2 text time
];
doCheck = false;
patchPhase = ''
sed -i -e 's|cryptohash .*,|cryptohash,|' hakyll.cabal
'';
meta = {
homepage = "http://jaspervdj.be/hakyll";
description = "A static website compiler library";