mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: libgcrypt: Add "debug" output.
* gnu/packages/gnupg.scm (libgcrypt): Add 'outputs' field.
This commit is contained in:
parent
f82cc5fdbe
commit
40fed2d836
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ (define-public libgcrypt
|
|||
`(#:configure-flags
|
||||
(list (string-append "--with-gpg-error-prefix="
|
||||
(assoc-ref %build-inputs "libgpg-error")))))
|
||||
(outputs '("out" "debug"))
|
||||
(home-page "http://gnupg.org/")
|
||||
(synopsis "Cryptographic function library")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue