mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: realmd: Remove input labels.
* gnu/packages/admin.scm (realmd)[native-inputs]: Remove labels.
This commit is contained in:
parent
b594c7354c
commit
3e8769f3c9
1 changed files with 6 additions and 6 deletions
|
@ -1723,12 +1723,12 @@ (define-public realmd
|
||||||
(substitute* "Makefile"
|
(substitute* "Makefile"
|
||||||
((".*/service/realmd-.*") "")))))))
|
((".*/service/realmd-.*") "")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
(list autoconf
|
||||||
("automake" ,automake)
|
automake
|
||||||
("glib-bin" ,glib "bin")
|
`(,glib "bin")
|
||||||
("intltool" ,intltool)
|
intltool
|
||||||
("pkg-config" ,pkg-config)
|
pkg-config
|
||||||
("python" ,python)))
|
python))
|
||||||
(inputs
|
(inputs
|
||||||
(list glib mit-krb5 openldap polkit))
|
(list glib mit-krb5 openldap polkit))
|
||||||
(synopsis "DBus service for network authentication")
|
(synopsis "DBus service for network authentication")
|
||||||
|
|
Loading…
Reference in a new issue