mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: guile-ssh: Don't build libguile-ssh.a.
* gnu/packages/ssh.scm (guile-ssh)[arguments]: Add #:configure-flags.
This commit is contained in:
parent
f7dfda2c73
commit
c305ac30c3
1 changed files with 4 additions and 1 deletions
|
@ -254,7 +254,10 @@ (define-public guile-ssh
|
|||
(build-system gnu-build-system)
|
||||
(outputs '("out" "debug"))
|
||||
(arguments
|
||||
'(#:phases (modify-phases %standard-phases
|
||||
'(;; It makes no sense to build libguile-ssh.a.
|
||||
#:configure-flags '("--disable-static")
|
||||
|
||||
#:phases (modify-phases %standard-phases
|
||||
(add-after 'unpack 'autoreconf
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(invoke "autoreconf" "-vfi")))
|
||||
|
|
Loading…
Reference in a new issue