Skip to content
Snippets Groups Projects
Commit cc2792da authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: gsasl: Propagate GnuTLS.

* gnu/packages/gsasl.scm (gsasl): Move GnuTLS to `propagated-inputs'.
parent a6b4d213
No related branches found
No related tags found
No related merge requests found
...@@ -83,10 +83,12 @@ (define-public gsasl ...@@ -83,10 +83,12 @@ (define-public gsasl
(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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment