mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
libaccounts-glib: fixup build after glib update
This commit is contained in:
parent
98172435f7
commit
4d3198ca31
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue