networkmanager-iodine: use libnma
This commit is contained in:
parent
dd48e9b58c
commit
5e19d8a4bb
@ -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 ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user