guix-commits
[Top][All Lists]
Advanced

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

26/27: gnu: freetalk: Remove custom bootstrap phase.


From: guix-commits
Subject: 26/27: gnu: freetalk: Remove custom bootstrap phase.
Date: Fri, 25 Jan 2019 07:21:35 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 6542b2db5db8c6d3411c7b94cf2f07367a058e66
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Jan 25 13:19:02 2019 +0100

    gnu: freetalk: Remove custom bootstrap phase.
    
    * gnu/packages/messaging.scm (freetalk)[arguments]: Remove "autogen" phase.
---
 gnu/packages/messaging.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 20bd923..3356cb3 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1531,9 +1531,6 @@ support, and more.")
     (arguments
      `(#:phases
        (modify-phases %standard-phases
-         (add-after 'unpack 'autogen
-           (lambda _
-             (zero? (system* "sh" "autogen.sh"))))
          ;; For 'system' commands in Scheme code.
          (add-after 'install 'wrap-program
            (lambda* (#:key inputs outputs #:allow-other-keys)



reply via email to

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