gnu: realmd: Remove input labels.
* gnu/packages/admin.scm (realmd)[native-inputs]: Remove labels.master
parent
b594c7354c
commit
3e8769f3c9
|
@ -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")
|
||||
|
|
Reference in New Issue