mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
3d8496705d
commit
415b90f24e
1 changed files with 3 additions and 2 deletions
|
@ -6807,10 +6807,11 @@ Cisco's AnyConnect SSL VPN.")
|
||||||
;; libnm-gtk.pc refers to all these.
|
;; libnm-gtk.pc refers to all these.
|
||||||
`(("dbus-glib" ,dbus-glib)
|
`(("dbus-glib" ,dbus-glib)
|
||||||
("gtk+" ,gtk+)
|
("gtk+" ,gtk+)
|
||||||
("network-manager" ,network-manager)))
|
("network-manager" ,network-manager)
|
||||||
|
;; nm-applet need by org.gnome.nm-applet.gschema.xml
|
||||||
|
("libnma" ,libnma)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gcr" ,gcr)
|
`(("gcr" ,gcr)
|
||||||
("libnma" ,libnma)
|
|
||||||
("libgudev" ,libgudev)
|
("libgudev" ,libgudev)
|
||||||
("libnotify" ,libnotify)
|
("libnotify" ,libnotify)
|
||||||
("libsecret" ,libsecret)
|
("libsecret" ,libsecret)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue