me
/
guix
Archived
1
0
Fork 0

gnu: openconnect: Use only vpnc-scripts.

* gnu/packages/vpn.scm (openconnect)[inputs, arguments]: Substitute
‘vpnc-scripts’ for ‘vpnc’
master
Tobias Geerinckx-Rice 2017-07-03 06:02:57 +02:00
parent 101e67ac20
commit a6d06e8612
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -209,7 +209,7 @@ the entire VPN in a network namespace accessible only through SSH.")
(inputs
`(("libxml2" ,libxml2)
("gnutls" ,gnutls)
("vpnc" ,vpnc)
("vpnc-scripts" ,vpnc-scripts)
("zlib" ,zlib)))
(native-inputs
`(("gettext" ,gettext-minimal)
@ -217,7 +217,7 @@ the entire VPN in a network namespace accessible only through SSH.")
(arguments
`(#:configure-flags
`(,(string-append "--with-vpnc-script="
(assoc-ref %build-inputs "vpnc")
(assoc-ref %build-inputs "vpnc-scripts")
"/etc/vpnc/vpnc-script"))))
(synopsis "Client for Cisco VPN")
(description