1
0
Fork 1
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:
Peter Simons 2013-12-02 13:11:20 +01:00
parent a64262ea3d
commit df6490e8dd

View file

@ -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";