1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: ocproxy: Remove extra build phase.

* gnu/packages/vpn.scm (ocproxy)[arguments]: Remove unneeded 'autogen
phase.
This commit is contained in:
Efraim Flashner
2019-08-07 19:13:06 +03:00
parent 0d7f282b02
commit db736ca20c

View File

@@ -227,11 +227,6 @@ the entire VPN in a network namespace accessible only through SSH.")
("automake" ,automake)))
(inputs
`(("libevent" ,libevent)))
(arguments
'(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'autogen
(lambda _ (invoke "sh" "autogen.sh"))))))
(home-page "https://github.com/cernekee/ocproxy")
(synopsis "OpenConnect proxy")
(description