3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: seatd: Make elogind a propagated input.

* gnu/packages/freedesktop.scm (seatd): Do it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Josselin Poiret 2021-11-19 11:08:17 +00:00 committed by Ludovic Courtès
parent d9e3c1b0b3
commit 02a3a1bdd7
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -876,7 +876,7 @@ with localed. This package is extracted from the broader systemd package.")
(native-inputs
`(("pkg-config" ,pkg-config)
("scdoc" ,scdoc)))
(inputs
(propagated-inputs
`(("elogind" ,elogind)))
(home-page "https://sr.ht/~kennylevinsen/seatd")
(synopsis "Seat management daemon and library")