networkmanager-fortisslvpn: use libnma

This commit is contained in:
Tor Hedin Brønner
2020-03-16 01:22:11 +01:00
committed by Jan Tojnar
parent f8000839df
commit 59c82bceca

View File

@@ -1,5 +1,5 @@
{ stdenv, fetchurl, substituteAll, openfortivpn, intltool, pkgconfig, file, gtk3,
networkmanager, ppp, libsecret, withGnome ? true, gnome3, fetchpatch, networkmanagerapplet }:
networkmanager, ppp, libsecret, withGnome ? true, gnome3, fetchpatch, libnma }:
let
pname = "NetworkManager-fortisslvpn";
@@ -25,7 +25,7 @@ in stdenv.mkDerivation {
];
buildInputs = [ openfortivpn networkmanager ppp ]
++ stdenv.lib.optionals withGnome [ gtk3 libsecret networkmanagerapplet ];
++ stdenv.lib.optionals withGnome [ gtk3 libsecret libnma ];
nativeBuildInputs = [ intltool pkgconfig file ];