guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: gnutls: Add debug output.


From: Mark H. Weaver
Subject: 02/03: gnu: gnutls: Add debug output.
Date: Sun, 12 Apr 2015 21:26:16 +0000

mhw pushed a commit to branch core-updates
in repository guix.

commit 7ae3e06a322cc1801cecd90ae01eb811800a02cd
Author: Mark H Weaver <address@hidden>
Date:   Sun Apr 12 15:28:19 2015 -0400

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

diff --git a/gnu/packages/gnutls.scm b/gnu/packages/gnutls.scm
index 2a77243..c55124c 100644
--- a/gnu/packages/gnutls.scm
+++ b/gnu/packages/gnutls.scm
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]