networkmanager-iodine: use libnma

This commit is contained in:
Tor Hedin Brønner 2020-03-16 01:18:44 +01:00 committed by Jan Tojnar
parent dd48e9b58c
commit 5e19d8a4bb
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -1,5 +1,5 @@
{ stdenv, fetchFromGitLab, substituteAll, autoreconfHook, iodine, intltool, pkgconfig, networkmanager, libsecret, gtk3 { stdenv, fetchFromGitLab, substituteAll, autoreconfHook, iodine, intltool, pkgconfig, networkmanager, libsecret, gtk3
, withGnome ? true, gnome3, fetchpatch, networkmanagerapplet }: , withGnome ? true, gnome3, fetchpatch, libnma }:
let let
pname = "NetworkManager-iodine"; pname = "NetworkManager-iodine";
@ -28,7 +28,7 @@ in stdenv.mkDerivation {
]; ];
buildInputs = [ iodine networkmanager ] buildInputs = [ iodine networkmanager ]
++ stdenv.lib.optionals withGnome [ gtk3 libsecret networkmanagerapplet ]; ++ stdenv.lib.optionals withGnome [ gtk3 libsecret libnma ];
nativeBuildInputs = [ intltool autoreconfHook pkgconfig ]; nativeBuildInputs = [ intltool autoreconfHook pkgconfig ];