gnu: libgcrypt: Add "debug" output.
* gnu/packages/gnupg.scm (libgcrypt): Add 'outputs' field.
This commit is contained in:
parent
f82cc5fdbe
commit
40fed2d836
|
@ -82,6 +82,7 @@ Daemon and possibly more in the future.")
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list (string-append "--with-gpg-error-prefix="
|
(list (string-append "--with-gpg-error-prefix="
|
||||||
(assoc-ref %build-inputs "libgpg-error")))))
|
(assoc-ref %build-inputs "libgpg-error")))))
|
||||||
|
(outputs '("out" "debug"))
|
||||||
(home-page "http://gnupg.org/")
|
(home-page "http://gnupg.org/")
|
||||||
(synopsis "Cryptographic function library")
|
(synopsis "Cryptographic function library")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue