mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
networkmanager-iodine: use libnma
This commit is contained in:
parent
dd48e9b58c
commit
5e19d8a4bb
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
{ stdenv, fetchFromGitLab, substituteAll, autoreconfHook, iodine, intltool, pkgconfig, networkmanager, libsecret, gtk3
|
||||
, withGnome ? true, gnome3, fetchpatch, networkmanagerapplet }:
|
||||
, withGnome ? true, gnome3, fetchpatch, libnma }:
|
||||
|
||||
let
|
||||
pname = "NetworkManager-iodine";
|
||||
|
@ -28,7 +28,7 @@ in stdenv.mkDerivation {
|
|||
];
|
||||
|
||||
buildInputs = [ iodine networkmanager ]
|
||||
++ stdenv.lib.optionals withGnome [ gtk3 libsecret networkmanagerapplet ];
|
||||
++ stdenv.lib.optionals withGnome [ gtk3 libsecret libnma ];
|
||||
|
||||
nativeBuildInputs = [ intltool autoreconfHook pkgconfig ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue