mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
haskell-hakyll: jailbreak to support recent versions of pandoc-citeproc
This commit is contained in:
parent
a64262ea3d
commit
df6490e8dd
|
@ -25,6 +25,9 @@ cabal.mkDerivation (self: {
|
|||
snapCore snapServer systemFilepath tagsoup testFramework
|
||||
testFrameworkHunit testFrameworkQuickcheck2 text time
|
||||
];
|
||||
patchPhase = ''
|
||||
sed -i -e 's|pandoc-citeproc.*,|pandoc-citeproc,|' hakyll.cabal
|
||||
'';
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "http://jaspervdj.be/hakyll";
|
||||
|
|
Loading…
Reference in a new issue