haskell-highlighting-kate: compile with regex-pcre instead of regex-pcre-builtin
This commit is contained in:
parent
9fa9e0520f
commit
0c20f29893
@ -1,4 +1,4 @@
|
|||||||
{ cabal, blazeHtml, filepath, mtl, parsec, regexPcreBuiltin }:
|
{ cabal, blazeHtml, filepath, mtl, parsec, regexPcre }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "highlighting-kate";
|
pname = "highlighting-kate";
|
||||||
@ -6,7 +6,8 @@ cabal.mkDerivation (self: {
|
|||||||
sha256 = "08jxl2ba0kb4vj1qbdf4sas8bwbxzayzwsxnjvq358x57i5l302n";
|
sha256 = "08jxl2ba0kb4vj1qbdf4sas8bwbxzayzwsxnjvq358x57i5l302n";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ blazeHtml filepath mtl parsec regexPcreBuiltin ];
|
buildDepends = [ blazeHtml filepath mtl parsec regexPcre ];
|
||||||
|
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…
x
Reference in New Issue
Block a user