haskell-hakyll: jailbreak to fix build with recent version of pandoc-citeproc
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user