summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/gnutls.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnutls.scm b/gnu/packages/gnutls.scm
index 2a77243ef4..c55124cb67 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)))