From 40fed2d836bf974144a0a33acd64a1f3247c6968 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 30 Dec 2013 23:22:08 +0100 Subject: gnu: libgcrypt: Add "debug" output. * gnu/packages/gnupg.scm (libgcrypt): Add 'outputs' field. --- gnu/packages/gnupg.scm | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3 me='h' onchange='this.form.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/package-management.scm
AgeCommit message (Expand)Author
2022-02-21tests: nix: Remove tab characters....Mathieu Othacehe
2022-02-21tests: nix: Fix it....Mathieu Othacehe
2021-09-26tests: Reduce boilerplate for users of 'system-test-runner'....Ludovic Courtès
2021-09-25tests: Adjust to SRFI-64 as found in Guile 3.0.7....Ludovic Courtès
2020-07-22services: nix: Fix sandbox....Oleg Pykhalov