bricewge pushed a commit to branch master
in repository guix.

commit 4ca449c50e669b229dbee38e26323bbee7ed5c9c
Author: Brice Waegeneire <br...@waegenei.re>
AuthorDate: Mon May 11 18:36:10 2020 +0200

    gnu: network-manager-openconnect: Use libnma.
    
    * gnu/packages/gnome.scm (network-manager-openconnect)[native-inputs]:
    Replace 'network-manager-applet' by 'libnma'.
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b73f0ad..e651f2e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6649,7 +6649,7 @@ Compatible with Cisco VPN concentrators configured to use 
IPsec.")
              #t)))))
     (native-inputs
      `(("intltool" ,intltool)
-       ("network-manager-applet" ,network-manager-applet) ;for libnma
+       ("libnma" ,libnma)
        ("pkg-config" ,pkg-config)))
     (inputs
      `(("gcr" ,gcr)

Reply via email to