guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/15: gnu: ocproxy: Remove extra build phase.


From: guix-commits
Subject: 02/15: gnu: ocproxy: Remove extra build phase.
Date: Wed, 7 Aug 2019 13:06:59 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit db736ca20c8b1751a2c90cc6731ced6abb58b984
Author: Efraim Flashner <address@hidden>
Date:   Wed Aug 7 19:13:06 2019 +0300

    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(-)

diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 54162a9..d1a7248 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]