guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: guile-ssh: Remove redundant phase.


From: guix-commits
Subject: 02/03: gnu: guile-ssh: Remove redundant phase.
Date: Sat, 23 Nov 2019 06:46:33 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 1d48f1da5a580bb757e5d31d2350f84929ca125a
Author: Ludovic Courtès <address@hidden>
Date:   Sat Nov 23 11:43:14 2019 +0100

    gnu: guile-ssh: Remove redundant phase.
    
    * gnu/packages/ssh.scm (guile-ssh)[arguments]: Remove 'autoreconf'
    phase, which was redundant with the 'bootstrap' phase.
---
 gnu/packages/ssh.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index fa1d32a..807cbaf 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -265,9 +265,6 @@ Additionally, various channel-specific options can be 
negotiated.")
        #:configure-flags '("--disable-static")
 
        #:phases (modify-phases %standard-phases
-                  (add-after 'unpack 'autoreconf
-                    (lambda* (#:key inputs #:allow-other-keys)
-                      (invoke "autoreconf" "-vfi")))
                   (add-before 'build 'fix-libguile-ssh-file-name
                     (lambda* (#:key outputs #:allow-other-keys)
                       ;; Build and install libguile-ssh.so so that we can use



reply via email to

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