haskell-highlighting-kate: update jailbreaking code

This commit is contained in:
Peter Simons 2014-05-15 22:45:03 +02:00
parent 268433f6e5
commit ced6447277

View file

@ -9,8 +9,7 @@ cabal.mkDerivation (self: {
buildDepends = [
blazeHtml filepath mtl parsec regexPcre utf8String
];
jailbreak = true;
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";
meta = {
homepage = "http://github.com/jgm/highlighting-kate";
description = "Syntax highlighting";