bricewge pushed a commit to branch master
in repository guix.

commit 8d9477b8b8ce671b7c817a4c0dab73f095db955b
Author: Brice Waegeneire <br...@waegenei.re>
AuthorDate: Fri May 22 15:13:35 2020 +0200

    gnu: gnome-initial-setup: Use 'libnma'.
    
    * gnu/packages/gnome.scm (gnome-initial-setup)[inputs]: Replace
    'network-manager-applet' with 'libnma'.
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7afa25d..b3459e4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -645,9 +645,9 @@ extraction, and lookup for applications on the desktop.")
       ("json-glib" ,json-glib)
       ("krb5" ,mit-krb5)
       ("libgweather" ,libgweather)
+      ("libnma" ,libnma)
       ("libsecret" ,libsecret)
       ("network-manager" ,network-manager)
-      ("network-manager-applet" ,network-manager-applet)
       ("packagekit" ,packagekit)
       ("polkit" ,polkit)
       ("pwquality" ,libpwquality)

Reply via email to