forked from mirrors/nixpkgs
recoll: fixup build after libxml2 update
This commit is contained in:
parent
8778bc79f2
commit
8b2d354abe
|
@ -97,7 +97,10 @@ mkDerivation rec {
|
|||
(lib.withFeature stdenv.isLinux "inotify")
|
||||
];
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = toString [ "-DNIXPKGS" ];
|
||||
env.NIX_CFLAGS_COMPILE = toString [
|
||||
"-DNIXPKGS"
|
||||
"-fpermissive" # libxml2-2.12 changed const qualifiers
|
||||
];
|
||||
|
||||
patches = [
|
||||
# fix "No/bad main configuration file" error
|
||||
|
|
Loading…
Reference in a new issue