networkmanager-iodine: fix build with glib-2.62
This commit is contained in:
parent
afe005329a
commit
e732933aa7
@ -24,8 +24,8 @@ in stdenv.mkDerivation {
|
||||
|
||||
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