networkmanager-iodine: remove nm-gtk dependency
This commit is contained in:
parent
8e46884331
commit
a6130c36cd
@ -28,6 +28,7 @@ in stdenv.mkDerivation rec {
|
|||||||
NIX_CFLAGS_COMPILE = "-Wno-deprecated-declarations";
|
NIX_CFLAGS_COMPILE = "-Wno-deprecated-declarations";
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
"--without-libnm-glib"
|
||||||
"--with-gnome=${if withGnome then "yes" else "no"}"
|
"--with-gnome=${if withGnome then "yes" else "no"}"
|
||||||
"--localstatedir=/" # needed for the management socket under /run/NetworkManager
|
"--localstatedir=/" # needed for the management socket under /run/NetworkManager
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user