diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-08-07 19:13:06 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-08-07 20:05:57 +0300 |
commit | db736ca20c8b1751a2c90cc6731ced6abb58b984 (patch) | |
tree | d2926d9c039fa2f178bba106d3736805d8ab0516 /gnu | |
parent | 0d7f282b0295f9b2edcc960d25d53e69c81f08dd (diff) | |
download | patches-db736ca20c8b1751a2c90cc6731ced6abb58b984.tar patches-db736ca20c8b1751a2c90cc6731ced6abb58b984.tar.gz |
gnu: ocproxy: Remove extra build phase.
* gnu/packages/vpn.scm (ocproxy)[arguments]: Remove unneeded 'autogen
phase.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/vpn.scm | 5 |
1 files changed, 0 insertions, 5 deletions
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 |