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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user