networkmanager_strongswan: remove nm-gtk dependency

This commit is contained in:
Jan Tojnar 2018-08-28 15:07:39 +02:00
parent 2683fe16a5
commit 2235437330
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_COMPILE = "-Wno-deprecated-declarations";
configureFlags = [
"--without-libnm-glib"
"--with-charon=${strongswanNM}/libexec/ipsec/charon-nm"
"--with-nm-libexecdir=$(out)/libexec"
"--with-nm-plugindir=$(out)/lib/NetworkManager"