haskell-hakyll: jailbreak to fix build with recent version of pandoc-citeproc
This commit is contained in:
parent
9c065f77d8
commit
8088837dc8
|
@ -25,6 +25,9 @@ cabal.mkDerivation (self: {
|
||||||
snapCore snapServer systemFilepath tagsoup testFramework
|
snapCore snapServer systemFilepath tagsoup testFramework
|
||||||
testFrameworkHunit testFrameworkQuickcheck2 text time
|
testFrameworkHunit testFrameworkQuickcheck2 text time
|
||||||
];
|
];
|
||||||
|
patchPhase = ''
|
||||||
|
sed -i -e 's|pandoc-citeproc >=.*,|pandoc-citeproc,|' hakyll.cabal
|
||||||
|
'';
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://jaspervdj.be/hakyll";
|
homepage = "http://jaspervdj.be/hakyll";
|
||||||
|
|
Loading…
Reference in New Issue