haskell-hakyll: jailbreak to fix build with pandoc-citeproc 0.5
This commit is contained in:
parent
807e68c8c0
commit
c3c03a0cdb
@ -27,6 +27,9 @@ cabal.mkDerivation (self: {
|
|||||||
snapCore snapServer systemFilepath tagsoup testFramework
|
snapCore snapServer systemFilepath tagsoup testFramework
|
||||||
testFrameworkHunit testFrameworkQuickcheck2 text time utillinux
|
testFrameworkHunit testFrameworkQuickcheck2 text time utillinux
|
||||||
];
|
];
|
||||||
|
patchPhase = ''
|
||||||
|
sed -i -e 's|pandoc-citeproc .*,|pandoc-citeproc,|' hakyll.cabal
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://jaspervdj.be/hakyll";
|
homepage = "http://jaspervdj.be/hakyll";
|
||||||
description = "A static website compiler library";
|
description = "A static website compiler library";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user