mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 05:00:19 +00:00
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
|
||||
, gtk3, withGnome ? true, gnome3, kmod, fetchpatch, networkmanagerapplet }:
|
||||
, gtk3, withGnome ? true, gnome3, kmod, fetchpatch, libnma }:
|
||||
|
||||
let
|
||||
pname = "NetworkManager-openvpn";
|
||||
@ -25,7 +25,7 @@ in stdenv.mkDerivation {
|
||||
];
|
||||
|
||||
buildInputs = [ openvpn networkmanager ]
|
||||
++ stdenv.lib.optionals withGnome [ gtk3 libsecret networkmanagerapplet ];
|
||||
++ stdenv.lib.optionals withGnome [ gtk3 libsecret libnma ];
|
||||
|
||||
nativeBuildInputs = [ intltool pkgconfig file libxml2 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user