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;
|
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";
|
||||||
|
Loading…
Reference in New Issue
Block a user