mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
networkmanager_strongswan: fix build with glib-2.62
This commit is contained in:
parent
51770cb77e
commit
ecc32f8df4
@ -14,8 +14,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ intltool pkgconfig ];
|
||||
|
||||
# Fixes deprecation errors with networkmanager 1.10.2
|
||||
NIX_CFLAGS_COMPILE = "-Wno-deprecated-declarations";
|
||||
# glib-2.62 deprecations
|
||||
NIX_CFLAGS_COMPILE = [ "-DGLIB_DISABLE_DEPRECATION_WARNINGS" ];
|
||||
|
||||
configureFlags = [
|
||||
"--without-libnm-glib"
|
||||
|
Loading…
Reference in New Issue
Block a user