libaccounts-glib: fixup build after glib update
This commit is contained in:
parent
98172435f7
commit
4d3198ca31
@ -22,4 +22,6 @@ stdenv.mkDerivation rec {
|
|||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
HAVE_GCOV_FALSE="#" ./configure $configureFlags --prefix=$out
|
HAVE_GCOV_FALSE="#" ./configure $configureFlags --prefix=$out
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations"; # since glib-2.46
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user