haskell-highlighting-kate: update jailbreaking code
This commit is contained in:
parent
268433f6e5
commit
ced6447277
|
@ -9,8 +9,7 @@ cabal.mkDerivation (self: {
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
blazeHtml filepath mtl parsec regexPcre utf8String
|
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 = {
|
meta = {
|
||||||
homepage = "http://github.com/jgm/highlighting-kate";
|
homepage = "http://github.com/jgm/highlighting-kate";
|
||||||
description = "Syntax highlighting";
|
description = "Syntax highlighting";
|
||||||
|
|
Loading…
Reference in New Issue