about summary refs log tree commit diff
path: root/pkgs/desktops/gnome-3
diff options
context:
space:
mode:
authorTor Hedin Brønner <torhedinbronner@gmail.com>2020-03-16 01:11:30 +0100
committerJan Tojnar <jtojnar@gmail.com>2020-03-21 04:41:14 +0100
commitea4b4c41baa1192a85f9597789d45e84a2bab174 (patch)
tree363b60114b4658a29b23452a971d2389dc772083 /pkgs/desktops/gnome-3
parent691ddf1a8ecc6f475be2a448cfbc07241ac2ebee (diff)
downloadnixlib-ea4b4c41baa1192a85f9597789d45e84a2bab174.tar
nixlib-ea4b4c41baa1192a85f9597789d45e84a2bab174.tar.gz
nixlib-ea4b4c41baa1192a85f9597789d45e84a2bab174.tar.bz2
nixlib-ea4b4c41baa1192a85f9597789d45e84a2bab174.tar.lz
nixlib-ea4b4c41baa1192a85f9597789d45e84a2bab174.tar.xz
nixlib-ea4b4c41baa1192a85f9597789d45e84a2bab174.tar.zst
nixlib-ea4b4c41baa1192a85f9597789d45e84a2bab174.zip
gnome3.gnome-shell: use libnma
Diffstat (limited to 'pkgs/desktops/gnome-3')
-rw-r--r--pkgs/desktops/gnome-3/core/gnome-shell/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/gnome-3/core/gnome-shell/default.nix b/pkgs/desktops/gnome-3/core/gnome-shell/default.nix
index 71d47a338a78..26e96b5a3385 100644
--- a/pkgs/desktops/gnome-3/core/gnome-shell/default.nix
+++ b/pkgs/desktops/gnome-3/core/gnome-shell/default.nix
@@ -3,7 +3,7 @@
 , libstartup_notification, telepathy-glib, telepathy-logger, libXtst, unzip, glibcLocales, shared-mime-info
 , libgweather, libcanberra-gtk3, librsvg, geoclue2, perl, docbook_xml_dtd_42, desktop-file-utils
 , libpulseaudio, libical, gobject-introspection, gstreamer, wrapGAppsHook, libxslt, gcr
-, accountsservice, gdk-pixbuf, gdm, upower, ibus, networkmanagerapplet, libgnomekbd, gnome-desktop
+, accountsservice, gdk-pixbuf, gdm, upower, ibus, libnma, libgnomekbd, gnome-desktop
 , gsettings-desktop-schemas, gnome-keyring, glib, gjs, mutter, evolution-data-server, gtk3
 , sassc, systemd, gst_all_1, adwaita-icon-theme, gnome-bluetooth, gnome-clocks, gnome-settings-daemon
 , gnome-autoar, asciidoc-full }:
@@ -43,7 +43,7 @@ in stdenv.mkDerivation rec {
     gnome-autoar
 
     # not declared at build time, but typelib is needed at runtime
-    libgweather networkmanagerapplet
+    libgweather libnma
   ];
 
   patches = [