mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: libssh, guile-ssh: Add a "debug" output.
* gnu/packages/ssh.scm (libssh)[outputs]: New field. (guile-ssh)[outputs]: New field.
This commit is contained in:
parent
d6bf931cb2
commit
74460d1121
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,7 @@ (define-public libssh
|
|||
(base32
|
||||
"03bcp9ksqp0s1pmwfmzhcknvkxay5k0mjzzxp3rjlifbng1vxq9r"))))
|
||||
(build-system cmake-build-system)
|
||||
(outputs '("out" "debug"))
|
||||
(arguments
|
||||
'(#:configure-flags '("-DWITH_GCRYPT=ON")
|
||||
|
||||
|
@ -238,6 +239,7 @@ (define-public guile-ssh
|
|||
"], [chmod +x examples/"
|
||||
file "])\n"))))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out" "debug"))
|
||||
(arguments
|
||||
'(#:phases (modify-phases %standard-phases
|
||||
(add-after 'unpack 'autoreconf
|
||||
|
|
Loading…
Reference in a new issue