gnu: ocproxy: Remove extra build phase.
authorEfraim Flashner <efraim@flashner.co.il>
Wed, 7 Aug 2019 16:13:06 +0000 (19:13 +0300)
committerEfraim Flashner <efraim@flashner.co.il>
Wed, 7 Aug 2019 17:05:57 +0000 (20:05 +0300)
* gnu/packages/vpn.scm (ocproxy)[arguments]: Remove unneeded 'autogen
phase.

gnu/packages/vpn.scm

index 54162a9..d1a7248 100644 (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