networkmanager-openvpn: use libnma
This commit is contained in:
parent
ac7d843413
commit
dd48e9b58c
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, fetchurl, substituteAll, openvpn, intltool, libxml2, pkgconfig, file, networkmanager, libsecret
|
{ stdenv, fetchurl, substituteAll, openvpn, intltool, libxml2, pkgconfig, file, networkmanager, libsecret
|
||||||
, gtk3, withGnome ? true, gnome3, kmod, fetchpatch, networkmanagerapplet }:
|
, gtk3, withGnome ? true, gnome3, kmod, fetchpatch, libnma }:
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "NetworkManager-openvpn";
|
pname = "NetworkManager-openvpn";
|
||||||
|
@ -25,7 +25,7 @@ in stdenv.mkDerivation {
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [ openvpn networkmanager ]
|
buildInputs = [ openvpn networkmanager ]
|
||||||
++ stdenv.lib.optionals withGnome [ gtk3 libsecret networkmanagerapplet ];
|
++ stdenv.lib.optionals withGnome [ gtk3 libsecret libnma ];
|
||||||
|
|
||||||
nativeBuildInputs = [ intltool pkgconfig file libxml2 ];
|
nativeBuildInputs = [ intltool pkgconfig file libxml2 ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user