gnu: gnutls: Add debug output.
* gnu/packages/gnutls.scm (gnutls)[outputs]: Add debug output.
This commit is contained in:
parent
8cba6fc9ee
commit
7ae3e06a32
|
@ -131,6 +131,7 @@ living in the same process.")
|
||||||
;; fallback, and users have to configure each program
|
;; fallback, and users have to configure each program
|
||||||
;; independently. This seems suboptimal.
|
;; independently. This seems suboptimal.
|
||||||
"--with-default-trust-store-dir=/etc/ssl/certs")))
|
"--with-default-trust-store-dir=/etc/ssl/certs")))
|
||||||
|
(outputs '("out" "debug"))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("which" ,which)))
|
("which" ,which)))
|
||||||
|
|
Loading…
Reference in New Issue