~ruther/guix-local

3e8769f3c98d7d58f7926bc8f658c9b0c0dfb3a2 — Marius Bakke 3 years ago b594c73
gnu: realmd: Remove input labels.

* gnu/packages/admin.scm (realmd)[native-inputs]: Remove labels.
1 files changed, 6 insertions(+), 6 deletions(-)

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