kdiff3: fix build
This commit is contained in:
parent
e16c5a8254
commit
8565047bdd
@ -16,7 +16,11 @@ let
|
|||||||
inherit rev;
|
inherit rev;
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = "cd kdiff3";
|
setSourceRoot = ''sourceRoot="$(echo */kdiff3/)"'';
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
sed -re "s/(p\\[[^]]+] *== *)('([^']|\\\\')+')/\\1QChar(\\2)/g" -i src/diff.cpp
|
||||||
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user