recoll: fixup build after libxml2 update

+4 -1
+4 -1
pkgs/applications/search/recoll/default.nix
··· 97 (lib.withFeature stdenv.isLinux "inotify") 98 ]; 99 100 - env.NIX_CFLAGS_COMPILE = toString [ "-DNIXPKGS" ]; 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