mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
libaccounts-glib: fixup build after glib update
This commit is contained in:
parent
98172435f7
commit
4d3198ca31
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user