guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/15: gnu: audit: Remove input labels.


From: guix-commits
Subject: 12/15: gnu: audit: Remove input labels.
Date: Thu, 16 Dec 2021 21:07:44 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 65574767422251777bd5bfcb1c9b00f60f9482d7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Dec 17 02:24:52 2021 +0100

    gnu: audit: Remove input labels.
    
    * gnu/packages/admin.scm (audit)[inputs]:
    Remove input labels.
---
 gnu/packages/admin.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 4726662..3807072 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3027,9 +3027,7 @@ platform-specific methods.")
      `(#:configure-flags (list "--with-python=no"
                                "--disable-static")))
     (inputs
-     `(("openldap" ,openldap)
-       ("gnutls" ,gnutls)
-       ("sasl" ,cyrus-sasl)))
+     (list openldap gnutls cyrus-sasl))
     (synopsis "User-space component to the Linux auditing system")
     (description
      "auditd is the user-space component to the Linux auditing system, which



reply via email to

[Prev in Thread] Current Thread [Next in Thread]