haskell-hakyll: jailbreak to support recent versions of pandoc and tagsoup

This commit is contained in:
Peter Simons 2013-09-16 12:33:38 +02:00
parent 137e8ef0f1
commit 7129fbe352

View File

@ -27,7 +27,7 @@ cabal.mkDerivation (self: {
]; ];
doCheck = false; doCheck = false;
patchPhase = '' patchPhase = ''
sed -i -e 's|cryptohash.*,|cryptohash,|' hakyll.cabal sed -i -e 's|cryptohash.*,|cryptohash,|' -e 's|tagsoup.*,|tagsoup,|' -e 's|pandoc.*,|pandoc,|' hakyll.cabal
''; '';
meta = { meta = {
homepage = "http://jaspervdj.be/hakyll"; homepage = "http://jaspervdj.be/hakyll";