gnu: ocproxy: Remove extra build phase.
* gnu/packages/vpn.scm (ocproxy)[arguments]: Remove unneeded 'autogen phase.
This commit is contained in:
parent
0d7f282b02
commit
db736ca20c
|
@ -227,11 +227,6 @@ the entire VPN in a network namespace accessible only through SSH.")
|
||||||
("automake" ,automake)))
|
("automake" ,automake)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libevent" ,libevent)))
|
`(("libevent" ,libevent)))
|
||||||
(arguments
|
|
||||||
'(#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'autogen
|
|
||||||
(lambda _ (invoke "sh" "autogen.sh"))))))
|
|
||||||
(home-page "https://github.com/cernekee/ocproxy")
|
(home-page "https://github.com/cernekee/ocproxy")
|
||||||
(synopsis "OpenConnect proxy")
|
(synopsis "OpenConnect proxy")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue