mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
networkmanager-iodine: remove nm-gtk dependency
This commit is contained in:
parent
8e46884331
commit
a6130c36cd
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ in stdenv.mkDerivation rec {
|
|||
NIX_CFLAGS_COMPILE = "-Wno-deprecated-declarations";
|
||||
|
||||
configureFlags = [
|
||||
"--without-libnm-glib"
|
||||
"--with-gnome=${if withGnome then "yes" else "no"}"
|
||||
"--localstatedir=/" # needed for the management socket under /run/NetworkManager
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue