libaccounts-glib: fixup build after glib update

This commit is contained in:
Vladimír Čunát 2015-10-01 21:37:19 +02:00
parent 98172435f7
commit 4d3198ca31

View file

@ -22,4 +22,6 @@ stdenv.mkDerivation rec {
configurePhase = ''
HAVE_GCOV_FALSE="#" ./configure $configureFlags --prefix=$out
'';
NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations"; # since glib-2.46
}