mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
pantheon.switchboard-plug-network: use libnma
This commit is contained in:
parent
ea4b4c41ba
commit
ac7d843413
1 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@
|
|||
, gtk3
|
||||
, networkmanager
|
||||
, networkmanagerapplet
|
||||
, libnma
|
||||
, switchboard
|
||||
}:
|
||||
|
||||
|
@ -43,7 +44,7 @@ stdenv.mkDerivation rec {
|
|||
gtk3
|
||||
libgee
|
||||
networkmanager
|
||||
networkmanagerapplet
|
||||
libnma
|
||||
switchboard
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue