pidgin-sipe: fix build with glib-2.62
This commit is contained in:
parent
8fa7740aa7
commit
f82064919c
1 changed files with 3 additions and 0 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue