diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-12-30 23:22:08 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-12-30 23:22:08 +0100 |
commit | 40fed2d836bf974144a0a33acd64a1f3247c6968 (patch) | |
tree | a8e64023b80a862562518d887670f352aa92b7ee /gnu | |
parent | f82cc5fdbe62d835d884f2be2289c95da478da25 (diff) | |
download | guix-40fed2d836bf974144a0a33acd64a1f3247c6968.tar guix-40fed2d836bf974144a0a33acd64a1f3247c6968.tar.gz |
gnu: libgcrypt: Add "debug" output.
* gnu/packages/gnupg.scm (libgcrypt): Add 'outputs' field.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnupg.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index 2472610dfb..ad666cc365 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -82,6 +82,7 @@ Daemon and possibly more in the future.") `(#: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 |