gnu: audit: Use GnuTLS instead of OpenSSL.
* gnu/packages/admin.scm (audit)[inputs]: Replace openssl with gnutls.
This commit is contained in:
parent
93cb98d481
commit
1bafad5661
|
@ -1556,7 +1556,7 @@ platform-specific methods.")
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("openldap" ,openldap)
|
`(("openldap" ,openldap)
|
||||||
("openssl" ,openssl)
|
("gnutls" ,gnutls)
|
||||||
("sasl" ,cyrus-sasl)))
|
("sasl" ,cyrus-sasl)))
|
||||||
(synopsis "User-space component to the Linux auditing system")
|
(synopsis "User-space component to the Linux auditing system")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue