~ruther/guix-local

7ae3e06a322cc1801cecd90ae01eb811800a02cd — Mark H Weaver 11 years ago 8cba6fc
gnu: gnutls: Add debug output.

* gnu/packages/gnutls.scm (gnutls)[outputs]: Add debug output.
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/gnutls.scm
M gnu/packages/gnutls.scm => gnu/packages/gnutls.scm +1 -0
@@ 131,6 131,7 @@ living in the same process.")
             ;; fallback, and users have to configure each program
             ;; independently.  This seems suboptimal.
             "--with-default-trust-store-dir=/etc/ssl/certs")))
    (outputs '("out" "debug"))
    (native-inputs
     `(("pkg-config" ,pkg-config)
       ("which" ,which)))