diff options
author | Brice Waegeneire <brice@waegenei.re> | 2020-05-11 18:36:10 +0200 |
---|---|---|
committer | Brice Waegeneire <brice@waegenei.re> | 2020-05-22 22:58:00 +0200 |
commit | 4ca449c50e669b229dbee38e26323bbee7ed5c9c (patch) | |
tree | ac095a2ddd5e379b41da35c597b24e8c259f9ee0 | |
parent | 3fe368c0ffe9e00360c3fdf60b4dcb0aa5fe5e3a (diff) | |
download | patches-4ca449c50e669b229dbee38e26323bbee7ed5c9c.tar patches-4ca449c50e669b229dbee38e26323bbee7ed5c9c.tar.gz |
gnu: network-manager-openconnect: Use libnma.
* gnu/packages/gnome.scm (network-manager-openconnect)[native-inputs]:
Replace 'network-manager-applet' by 'libnma'.
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index b73f0ad31d..e651f2e2b4 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) |