On Tue, Jun 02, 2020 at 08:38:14PM +0200, Brice Waegeneire wrote: > Fixes <https://issues.guix.info/41653>. > > * gnu/packages/gnome.scm (network-manager-applet)[inputs]: Move 'libnma' > to … > [native-inputs]: … here.
I think you mean propagated
> ---
>
> Sorry for the crappy patchset. This patch should solve that issue.
>
>
> gnu/packages/gnome.scm | 9 +++++----
> 1 file changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
> index 0d63579d4a..860b5223b8 100644
> --- a/gnu/packages/gnome.scm
> +++ b/gnu/packages/gnome.scm
> @@ -6730,13 +6730,14 @@ Cisco's AnyConnect SSL VPN.")
> ("gtk-doc" ,gtk-doc)
> ("pkg-config" ,pkg-config)))
> (propagated-inputs
> - ;; libnm-gtk.pc refers to all these.
> - `(("dbus-glib" ,dbus-glib)
> + `(;; libnm-gtk.pc refers to all these.
> + ("dbus-glib" ,dbus-glib)
> ("gtk+" ,gtk+)
> - ("network-manager" ,network-manager)))
> + ("network-manager" ,network-manager)
> + ;; nm-applet need org.gnome.nm-applet.gschema.xml
> + ("libnma" ,libnma)))
> (inputs
> `(("gcr" ,gcr)
> - ("libnma" ,libnma)
> ("libgudev" ,libgudev)
> ("libnotify" ,libnotify)
> ("libsecret" ,libsecret)
> --
> 2.26.2
>
>
>
>
--
Efraim Flashner <[email protected]> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
signature.asc
Description: PGP signature
