guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: seatd: Make elogind a propagated input.


From: guix-commits
Subject: 03/04: gnu: seatd: Make elogind a propagated input.
Date: Fri, 19 Nov 2021 08:58:14 -0500 (EST)

civodul pushed a commit to branch core-updates-frozen
in repository guix.

commit 02a3a1bdd7242b8f5386eb67b7bcffe2883dad78
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Fri Nov 19 11:08:17 2021 +0000

    gnu: seatd: Make elogind a propagated input.
    
    * gnu/packages/freedesktop.scm (seatd): Do it.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/freedesktop.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index c1485fe..06b1fc9 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]