pidgin-sipe: fix build with glib-2.62

This commit is contained in:
Tor Hedin Brønner 2019-09-17 09:56:44 +02:00
parent 8fa7740aa7
commit f82064919c

View file

@ -13,6 +13,9 @@ stdenv.mkDerivation rec {
buildInputs = [ pidgin gmime libxml2 nss ];
enableParallelBuilding = true;
# glib-2.62 deprecations
NIX_CFLAGS_COMPILE = [ "-DGLIB_DISABLE_DEPRECATION_WARNINGS" ];
postInstall = "find $out -ls; ln -s \$out/lib/purple-2 \$out/share/pidgin-sipe";
meta = with stdenv.lib; {