haskell-highlighting-kate: update jailbreaking code
This commit is contained in:
parent
268433f6e5
commit
ced6447277
1 changed files with 1 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue