haskell-hakyll: jailbreak to fix build with latest 'blaze-html' and 'pandoc-citeproc'

This commit is contained in:
Peter Simons 2014-01-25 21:38:43 +01:00
parent 83c6cc3233
commit b845171dd6

View File

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