me
/
guix
Archived
1
0
Fork 0

gnu: network-manager-openconnect: Use libnma.

* gnu/packages/gnome.scm (network-manager-openconnect)[native-inputs]:
Replace 'network-manager-applet' by 'libnma'.
master
Brice Waegeneire 2020-05-11 18:36:10 +02:00
parent 3fe368c0ff
commit 4ca449c50e
No known key found for this signature in database
GPG Key ID: A94903A166A18FAE
1 changed files with 1 additions and 1 deletions

View File

@ -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)