guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: realmd: Remove input labels.


From: guix-commits
Subject: 01/07: gnu: realmd: Remove input labels.
Date: Sat, 27 Aug 2022 17:50:07 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 3e8769f3c98d7d58f7926bc8f658c9b0c0dfb3a2
Author: Marius Bakke <marius@gnu.org>
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")



reply via email to

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