gnu: gsasl: Propagate GnuTLS.

* gnu/packages/gsasl.scm (gsasl): Move GnuTLS to `propagated-inputs'.
This commit is contained in:
Ludovic Courtès 2013-05-08 01:47:38 +02:00
parent a6b4d213db
commit cc2792dada
1 changed files with 5 additions and 3 deletions

View File

@ -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