mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: gsasl: Propagate GnuTLS.
* gnu/packages/gsasl.scm (gsasl): Move GnuTLS to `propagated-inputs'.
This commit is contained in:
parent
a6b4d213db
commit
cc2792dada
1 changed files with 5 additions and 3 deletions
|
@ -83,10 +83,12 @@ (define-public gsasl
|
|||
(build-system gnu-build-system)
|
||||
(inputs `(("libidn" ,libidn)
|
||||
("libntlm" ,libntlm)
|
||||
("gnutls" ,gnutls)
|
||||
("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")
|
||||
(description
|
||||
"GNU SASL is an implementation of the Simple Authentication and Security
|
||||
|
|
Loading…
Reference in a new issue