~ruther/guix-local

1bafad5661b876be89cc37406f668ce9a9c1b874 — Leo Famulari 9 years ago 93cb98d
gnu: audit: Use GnuTLS instead of OpenSSL.

* gnu/packages/admin.scm (audit)[inputs]: Replace openssl with gnutls.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/admin.scm
M gnu/packages/admin.scm => gnu/packages/admin.scm +1 -1
@@ 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