gnu: greetd: Use new-style inputs.
* gnu/packages/admin.scm (greetd)[inputs]: Use new-style inputs. Signed-off-by: Jelle Licht <jlicht@fsfe.org>master
parent
7422ad3374
commit
9c3a2abc9a
|
@ -5302,8 +5302,7 @@ it won't take longer to install 15 machines than it would to install just 2.")
|
||||||
(install-file "greetd-ipc.7" man7)
|
(install-file "greetd-ipc.7" man7)
|
||||||
(install-file "agreety.1" man1))))))))
|
(install-file "agreety.1" man1))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("linux-pam" ,linux-pam)
|
(list linux-pam scdoc))
|
||||||
("scdoc" ,scdoc)))
|
|
||||||
(synopsis "Minimal and flexible login manager daemon")
|
(synopsis "Minimal and flexible login manager daemon")
|
||||||
(description
|
(description
|
||||||
"greetd is a minimal and flexible login manager daemon
|
"greetd is a minimal and flexible login manager daemon
|
||||||
|
|
Reference in New Issue