tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
recoll: fixup build after libxml2 update
Vladimír Čunát
2 years ago
8b2d354a
8778bc79
+4
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
search
recoll
default.nix
+4
-1
pkgs/applications/search/recoll/default.nix
···
97
(lib.withFeature stdenv.isLinux "inotify")
98
];
99
100
-
env.NIX_CFLAGS_COMPILE = toString [ "-DNIXPKGS" ];
0
0
0
101
102
patches = [
103
# fix "No/bad main configuration file" error
···
97
(lib.withFeature stdenv.isLinux "inotify")
98
];
99
100
+
env.NIX_CFLAGS_COMPILE = toString [
101
+
"-DNIXPKGS"
102
+
"-fpermissive" # libxml2-2.12 changed const qualifiers
103
+
];
104
105
patches = [
106
# fix "No/bad main configuration file" error