guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: network-manager-applet: Propagate 'libnma'.


From: guix-commits
Subject: branch master updated: gnu: network-manager-applet: Propagate 'libnma'.
Date: Thu, 04 Jun 2020 10:00:55 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 415b90f  gnu: network-manager-applet: Propagate 'libnma'.
415b90f is described below

commit 415b90f24ee83059102f5fb0ce74a2bc0954fe58
Author: Brice Waegeneire <brice@waegenei.re>
AuthorDate: Tue Jun 2 21:32:32 2020 +0200

    gnu: network-manager-applet: Propagate 'libnma'.
    
    Fixes <https://issues.guix.info/41653>.
    
    * gnu/packages/gnome.scm (network-manager-applet)[inputs]: Move 'libnma'
    to …
    [propagated-inputs]: … here.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2be117d..7335dc1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6807,10 +6807,11 @@ Cisco's AnyConnect SSL VPN.")
      ;; libnm-gtk.pc refers to all these.
      `(("dbus-glib" ,dbus-glib)
        ("gtk+" ,gtk+)
-       ("network-manager" ,network-manager)))
+       ("network-manager" ,network-manager)
+       ;; nm-applet need by org.gnome.nm-applet.gschema.xml
+       ("libnma" ,libnma)))
     (inputs
      `(("gcr" ,gcr)
-       ("libnma" ,libnma)
        ("libgudev" ,libgudev)
        ("libnotify" ,libnotify)
        ("libsecret" ,libsecret)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]