Browse Source
gnu: libssh, guile-ssh: Add a "debug" output.
* gnu/packages/ssh.scm (libssh)[outputs]: New field.
(guile-ssh)[outputs]: New field.
wip-gexp-hygiene
Ludovic Courtès
5 years ago
No known key found for this signature in database
GPG Key ID: 90B11993D9AEBB5
1 changed files with
2 additions and
0 deletions
-
gnu/packages/ssh.scm
|
|
@ -68,6 +68,7 @@ |
|
|
|
(base32 |
|
|
|
"03bcp9ksqp0s1pmwfmzhcknvkxay5k0mjzzxp3rjlifbng1vxq9r")))) |
|
|
|
(build-system cmake-build-system) |
|
|
|
(outputs '("out" "debug")) |
|
|
|
(arguments |
|
|
|
'(#:configure-flags '("-DWITH_GCRYPT=ON") |
|
|
|
|
|
|
@ -238,6 +239,7 @@ Additionally, various channel-specific options can be negotiated.") |
|
|
|
"], [chmod +x examples/" |
|
|
|
file "])\n")))))) |
|
|
|
(build-system gnu-build-system) |
|
|
|
(outputs '("out" "debug")) |
|
|
|
(arguments |
|
|
|
'(#:phases (modify-phases %standard-phases |
|
|
|
(add-after 'unpack 'autoreconf |
|
|
|