From db736ca20c8b1751a2c90cc6731ced6abb58b984 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 7 Aug 2019 19:13:06 +0300 Subject: gnu: ocproxy: Remove extra build phase. * gnu/packages/vpn.scm (ocproxy)[arguments]: Remove unneeded 'autogen phase. --- gnu/packages/vpn.scm | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gnu/packages/vpn.scm') diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm index 54162a9ff2..d1a7248536 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm @@ -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 -- cgit v1.2.3