mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
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
|
||||
testFrameworkHunit testFrameworkQuickcheck2 text time utillinux
|
||||
];
|
||||
patchPhase = ''
|
||||
sed -i -e 's|pandoc-citeproc .*,|pandoc-citeproc,|' hakyll.cabal
|
||||
'';
|
||||
meta = {
|
||||
homepage = "http://jaspervdj.be/hakyll";
|
||||
description = "A static website compiler library";
|
||||
|
Loading…
Reference in New Issue
Block a user