haskell-hakyll: jailbreak to fix the build
This commit is contained in:
parent
f88d383b31
commit
fd18418841
@ -26,6 +26,9 @@ cabal.mkDerivation (self: {
|
|||||||
testFrameworkQuickcheck2 text time
|
testFrameworkQuickcheck2 text time
|
||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
patchPhase = ''
|
||||||
|
sed -i -e 's|cryptohash .*,|cryptohash,|' hakyll.cabal
|
||||||
|
'';
|
||||||
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