haskell-highlighting-kate: jailbreak to fix build with latest 'blaze-html'

This commit is contained in:
Peter Simons 2014-01-25 20:44:18 +01:00
parent 03f6a6989a
commit 4cb0ec470f

View File

@ -8,6 +8,7 @@ cabal.mkDerivation (self: {
isExecutable = true; isExecutable = true;
buildDepends = [ blazeHtml filepath mtl parsec regexPcre ]; buildDepends = [ blazeHtml filepath mtl parsec regexPcre ];
prePatch = "sed -i -e 's|regex-pcre-builtin|regex-pcre|' highlighting-kate.cabal"; prePatch = "sed -i -e 's|regex-pcre-builtin|regex-pcre|' highlighting-kate.cabal";
jailbreak = true;
meta = { meta = {
homepage = "http://github.com/jgm/highlighting-kate"; homepage = "http://github.com/jgm/highlighting-kate";
description = "Syntax highlighting"; description = "Syntax highlighting";