mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: openfortivpn: Depend on ppp 2.4.9.
* gnu/packages/vpn.scm (openfortivpn): Update to 1.17.3. [inputs]: Remove ppp; add ppp-2.4.9. Change-Id: Ia88254afb1d7aaa9d3d6bf6c9e752d84165560b3 Co-authored-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
c7ec42afe3
commit
c5c3939ad3
1 changed files with 3 additions and 1 deletions
|
@ -825,7 +825,9 @@ (define-public openfortivpn
|
|||
(native-inputs
|
||||
(list autoconf automake pkg-config))
|
||||
(inputs
|
||||
(list openssl ppp))
|
||||
;; ppp < 2.5.0 is required due to
|
||||
;; <https://github.com/adrienverge/openfortivpn/pull/1148>.
|
||||
(list openssl ppp-2.4.9))
|
||||
(home-page "https://github.com/adrienverge/openfortivpn")
|
||||
(synopsis "Client for PPP+SSL VPN tunnel services")
|
||||
(description "Openfortivpn is a client for PPP+SSL VPN tunnel services. It
|
||||
|
|
Loading…
Reference in a new issue