haskell-highlighting-kate: make build work without patching
This commit is contained in:
parent
d6c295e469
commit
fffcb14e06
@ -59947,7 +59947,7 @@ self: {
|
|||||||
|
|
||||||
"highlighting-kate" = callPackage
|
"highlighting-kate" = callPackage
|
||||||
({ mkDerivation, base, blaze-html, containers, Diff, directory
|
({ mkDerivation, base, blaze-html, containers, Diff, directory
|
||||||
, filepath, mtl, parsec, process, regex-pcre, utf8-string
|
, filepath, mtl, parsec, pcre-light, process, utf8-string
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "highlighting-kate";
|
pname = "highlighting-kate";
|
||||||
@ -59956,14 +59956,14 @@ self: {
|
|||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base blaze-html containers filepath mtl parsec regex-pcre
|
base blaze-html containers filepath mtl parsec pcre-light
|
||||||
utf8-string
|
utf8-string
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
base blaze-html containers Diff directory filepath process
|
base blaze-html containers Diff directory filepath process
|
||||||
];
|
];
|
||||||
|
configureFlags = [ "-fpcre-light" ];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
prePatch = "sed -i -e 's|regex-pcre-builtin >= .*|regex-pcre|' highlighting-kate.cabal";
|
|
||||||
homepage = "http://github.com/jgm/highlighting-kate";
|
homepage = "http://github.com/jgm/highlighting-kate";
|
||||||
description = "Syntax highlighting";
|
description = "Syntax highlighting";
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user