gnu: openconnect: Add LZ4 support.
* gnu/packages/vpn.scm (openconnect)[inputs]: Add lz4.
This commit is contained in:
parent
e4aa83be33
commit
1d7f3c00b0
1 changed files with 2 additions and 1 deletions
|
@ -258,7 +258,8 @@ the user specifically asks to proxy, so the @dfn{VPN} interface no longer
|
||||||
("gnutls" ,gnutls-3.6.13)
|
("gnutls" ,gnutls-3.6.13)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("vpnc-scripts" ,vpnc-scripts)))
|
`(("lz4" ,lz4)
|
||||||
|
("vpnc-scripts" ,vpnc-scripts)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
|
|
Reference in a new issue