me
/
guix
Archived
1
0
Fork 0

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>
master
Brice Waegeneire 2020-06-02 21:32:32 +02:00 committed by Efraim Flashner
parent 3d8496705d
commit 415b90f24e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 2 deletions

View File

@ -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)