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)))))
|
||||
(inputs
|
||||
`(("openldap" ,openldap)
|
||||
("openssl" ,openssl)
|
||||
("gnutls" ,gnutls)
|
||||
("sasl" ,cyrus-sasl)))
|
||||
(synopsis "User-space component to the Linux auditing system")
|
||||
(description
|
||||
|
|
Loading…
Reference in New Issue