haskell-hakyll: jailbreak to support recent versions of pandoc and tagsoup
This commit is contained in:
parent
137e8ef0f1
commit
7129fbe352
|
@ -27,7 +27,7 @@ cabal.mkDerivation (self: {
|
|||
];
|
||||
doCheck = false;
|
||||
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 = {
|
||||
homepage = "http://jaspervdj.be/hakyll";
|
||||
|
|
Loading…
Reference in New Issue