mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 02:59:17 -05: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 @@ (define-public network-manager-openconnect
|
|||
#t)))))
|
||||
(native-inputs
|
||||
`(("intltool" ,intltool)
|
||||
("network-manager-applet" ,network-manager-applet) ;for libnma
|
||||
("libnma" ,libnma)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("gcr" ,gcr)
|
||||
|
|
Loading…
Reference in a new issue