mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: network-manager-openconnect: Use libnma.
* gnu/packages/gnome.scm (network-manager-openconnect)[native-inputs]: Replace 'network-manager-applet' by 'libnma'.
This commit is contained in:
parent
3fe368c0ff
commit
4ca449c50e
1 changed files with 1 additions and 1 deletions
|
@ -6649,7 +6649,7 @@ Compatible with Cisco VPN concentrators configured to use IPsec.")
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("intltool" ,intltool)
|
`(("intltool" ,intltool)
|
||||||
("network-manager-applet" ,network-manager-applet) ;for libnma
|
("libnma" ,libnma)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gcr" ,gcr)
|
`(("gcr" ,gcr)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue