gnu: gsasl: Propagate GnuTLS.
* gnu/packages/gsasl.scm (gsasl): Move GnuTLS to `propagated-inputs'.
This commit is contained in:
parent
a6b4d213db
commit
cc2792dada
|
@ -83,10 +83,12 @@ SMTP/IMAP servers. GSS consists of a library and a manual.")
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("libidn" ,libidn)
|
(inputs `(("libidn" ,libidn)
|
||||||
("libntlm" ,libntlm)
|
("libntlm" ,libntlm)
|
||||||
("gnutls" ,gnutls)
|
|
||||||
("gss" ,gss)
|
("gss" ,gss)
|
||||||
("zlib" ,guix:zlib)
|
("zlib" ,guix:zlib)))
|
||||||
))
|
(propagated-inputs
|
||||||
|
;; Propagate GnuTLS because libgnutls.la reads `-lnettle', and Nettle is a
|
||||||
|
;; propagated input of GnuTLS.
|
||||||
|
`(("gnutls" ,gnutls)))
|
||||||
(synopsis "Simple Authentication and Security Layer library")
|
(synopsis "Simple Authentication and Security Layer library")
|
||||||
(description
|
(description
|
||||||
"GNU SASL is an implementation of the Simple Authentication and Security
|
"GNU SASL is an implementation of the Simple Authentication and Security
|
||||||
|
|
Loading…
Reference in New Issue