Archived
1
0
Fork 0

gnu: openconnect: Add LZ4 support.

* gnu/packages/vpn.scm (openconnect)[inputs]: Add lz4.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-02 18:02:06 +02:00
parent e4aa83be33
commit 1d7f3c00b0
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -258,7 +258,8 @@ the user specifically asks to proxy, so the @dfn{VPN} interface no longer
("gnutls" ,gnutls-3.6.13)
("zlib" ,zlib)))
(inputs
`(("vpnc-scripts" ,vpnc-scripts)))
`(("lz4" ,lz4)
("vpnc-scripts" ,vpnc-scripts)))
(native-inputs
`(("gettext" ,gettext-minimal)
("pkg-config" ,pkg-config)))