diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-17 02:24:52 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-17 03:07:54 +0100 |
commit | 65574767422251777bd5bfcb1c9b00f60f9482d7 (patch) | |
tree | 444d0a841fbe69dc2f86e65d47aace5eff939392 | |
parent | 27e5e3876360375d21e4b32842669036d5164d81 (diff) | |
download | guix-65574767422251777bd5bfcb1c9b00f60f9482d7.tar guix-65574767422251777bd5bfcb1c9b00f60f9482d7.tar.gz |
gnu: audit: Remove input labels.
* gnu/packages/admin.scm (audit)[inputs]:
Remove input labels.
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 4726662ca2..3807072c91 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 |