haskell-hakyll: jailbreak to fix build with pandoc-citeproc 0.5

This commit is contained in:
Peter Simons 2014-08-31 18:16:39 +02:00
parent 807e68c8c0
commit c3c03a0cdb

View File

@ -27,6 +27,9 @@ cabal.mkDerivation (self: {
snapCore snapServer systemFilepath tagsoup testFramework
testFrameworkHunit testFrameworkQuickcheck2 text time utillinux
];
patchPhase = ''
sed -i -e 's|pandoc-citeproc .*,|pandoc-citeproc,|' hakyll.cabal
'';
meta = {
homepage = "http://jaspervdj.be/hakyll";
description = "A static website compiler library";