tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
kdiff3: fix build
Michael Raskin
8 years ago
8565047b
e16c5a82
+5
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
text
kdiff3
default.nix
+5
-1
pkgs/tools/text/kdiff3/default.nix
···
16
inherit rev;
17
};
18
19
-
preConfigure = "cd kdiff3";
0
0
0
0
20
21
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
22
···
16
inherit rev;
17
};
18
19
+
setSourceRoot = ''sourceRoot="$(echo */kdiff3/)"'';
20
+
21
+
postPatch = ''
22
+
sed -re "s/(p\\[[^]]+] *== *)('([^']|\\\\')+')/\\1QChar(\\2)/g" -i src/diff.cpp
23
+
'';
24
25
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
26