mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
networkmanagerapplet: Use Ayatana app indicator instead of libappindicator (#190942)
This commit is contained in:
parent
3fe4f79906
commit
88afa93e8e
@ -18,7 +18,7 @@
|
||||
, gobject-introspection
|
||||
, python3
|
||||
, gtk3
|
||||
, libappindicator-gtk3
|
||||
, libayatana-appindicator
|
||||
, glib
|
||||
}:
|
||||
|
||||
@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
|
||||
jansson
|
||||
glib
|
||||
glib-networking
|
||||
libappindicator-gtk3
|
||||
libayatana-appindicator
|
||||
gnome.adwaita-icon-theme
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user