gnu: guile-ssh: Remove redundant phase.
* gnu/packages/ssh.scm (guile-ssh)[arguments]: Remove 'autoreconf' phase, which was redundant with the 'bootstrap' phase.
This commit is contained in:
parent
efafbc6667
commit
1d48f1da5a
1 changed files with 0 additions and 3 deletions
|
@ -265,9 +265,6 @@ (define-public guile-ssh
|
|||
#: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
|
||||
|
|
Loading…
Reference in a new issue