gnu: network-manager-openconnect: Use libnma.
* gnu/packages/gnome.scm (network-manager-openconnect)[native-inputs]: Replace 'network-manager-applet' by 'libnma'.master
parent
3fe368c0ff
commit
4ca449c50e
|
@ -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)
|
||||
|
|
Reference in New Issue