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
|
@ -68,6 +68,7 @@
|
||||||
(base32
|
(base32
|
||||||
"03bcp9ksqp0s1pmwfmzhcknvkxay5k0mjzzxp3rjlifbng1vxq9r"))))
|
"03bcp9ksqp0s1pmwfmzhcknvkxay5k0mjzzxp3rjlifbng1vxq9r"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
|
(outputs '("out" "debug"))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("-DWITH_GCRYPT=ON")
|
'(#:configure-flags '("-DWITH_GCRYPT=ON")
|
||||||
|
|
||||||
|
@ -238,6 +239,7 @@ Additionally, various channel-specific options can be negotiated.")
|
||||||
"], [chmod +x examples/"
|
"], [chmod +x examples/"
|
||||||
file "])\n"))))))
|
file "])\n"))))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(outputs '("out" "debug"))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (modify-phases %standard-phases
|
'(#:phases (modify-phases %standard-phases
|
||||||
(add-after 'unpack 'autoreconf
|
(add-after 'unpack 'autoreconf
|
||||||
|
|
Loading…
Reference in New Issue