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
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -227,11 +227,6 @@ (define-public ocproxy
("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