guix-commits
[Top][All Lists]
Advanced

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

11/17: gnu: libuv: Drop redundant 'autogen' phase.


From: Marius Bakke
Subject: 11/17: gnu: libuv: Drop redundant 'autogen' phase.
Date: Sun, 22 Jul 2018 12:00:11 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit d64edd2c81499cc2b5013d31f570463ee6a00752
Author: Marius Bakke <address@hidden>
Date:   Thu Jul 19 14:44:10 2018 +0200

    gnu: libuv: Drop redundant 'autogen' phase.
    
    * gnu/packages/libevent.scm (libuv)[arguments]: Remove #:phases.
---
 gnu/packages/libevent.scm | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/gnu/packages/libevent.scm b/gnu/packages/libevent.scm
index bd7ea6f..18e443b 100644
--- a/gnu/packages/libevent.scm
+++ b/gnu/packages/libevent.scm
@@ -131,14 +131,7 @@ limited support for fork events.")
                 "1009m5paidnl4y8x0fzmsfcq7i5234jy50hsfqhspkqg59zs6zpb"))))
     (build-system gnu-build-system)
     (arguments
-     '(#:phases (modify-phases %standard-phases
-                  (add-after 'unpack 'autogen
-                    (lambda _
-                      ;; Fashionable people don't run 'make dist' these days, 
so
-                      ;; we need to do that ourselves.
-                      (invoke "sh" "autogen.sh"))))
-
-       ;; XXX: Some tests want /dev/tty, attempt to make connections, etc.
+     '(;; XXX: Some tests want /dev/tty, attempt to make connections, etc.
        #:tests? #f))
     (native-inputs `(("autoconf" ,autoconf-wrapper)
                      ("automake" ,automake)



reply via email to

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