bug-guix
[Top][All Lists]
Advanced

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

bug#41651: [PATCH] gnu: network-manager-applet: Propagate 'libnma'.


From: Efraim Flashner
Subject: bug#41651: [PATCH] gnu: network-manager-applet: Propagate 'libnma'.
Date: Tue, 2 Jun 2020 22:12:29 +0300

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   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


reply via email to

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