mbakke pushed a commit to branch master
in repository guix.
commit 3e8769f3c98d7d58f7926bc8f658c9b0c0dfb3a2
Author: Marius Bakke <[email protected]>
AuthorDate: Sat Aug 27 01:35:48 2022 +0200
gnu: realmd: Remove input labels.
* gnu/packages/admin.scm (realmd)[native-inputs]: Remove labels.
---
gnu/packages/admin.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index a4c5189222..b35d50ff56 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1723,12 +1723,12 @@ over ssh connections.")
(substitute* "Makefile"
((".*/service/realmd-.*") "")))))))
(native-inputs
- `(("autoconf" ,autoconf)
- ("automake" ,automake)
- ("glib-bin" ,glib "bin")
- ("intltool" ,intltool)
- ("pkg-config" ,pkg-config)
- ("python" ,python)))
+ (list autoconf
+ automake
+ `(,glib "bin")
+ intltool
+ pkg-config
+ python))
(inputs
(list glib mit-krb5 openldap polkit))
(synopsis "DBus service for network authentication")