networkmanager-iodine: fix build with glib-2.62
This commit is contained in:
parent
afe005329a
commit
e732933aa7
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ in stdenv.mkDerivation {
|
||||||
|
|
||||||
nativeBuildInputs = [ intltool pkgconfig ];
|
nativeBuildInputs = [ intltool pkgconfig ];
|
||||||
|
|
||||||
# Fixes deprecation errors with networkmanager 1.10.2
|
# glib-2.62 deprecations
|
||||||
NIX_CFLAGS_COMPILE = "-Wno-deprecated-declarations";
|
NIX_CFLAGS_COMPILE = [ "-DGLIB_DISABLE_DEPRECATION_WARNINGS" ];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--without-libnm-glib"
|
"--without-libnm-glib"
|
||||||
|
|
Loading…
Reference in a new issue