guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: accountsservice: Adjust inputs.


From: guix-commits
Subject: branch master updated: gnu: accountsservice: Adjust inputs.
Date: Mon, 29 Aug 2022 10:19:09 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f4f225e482 gnu: accountsservice: Adjust inputs.
f4f225e482 is described below

commit f4f225e4826b7039adc1937f9b32df80b99c2ad1
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Aug 29 17:04:25 2022 +0300

    gnu: accountsservice: Adjust inputs.
    
    This fixes the builds of gdm and some other packages.
    
    * gnu/packages/freedesktop.scm (accountsservice)[inputs]: Move polkit ...
    [propagated-inputs]: ... to here.
---
 gnu/packages/freedesktop.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index ab6fb480a7..a902fac153 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1505,8 +1505,9 @@ message bus.")
     (inputs
      (list dbus
            elogind
-           polkit
            shadow))
+    (propagated-inputs
+     (list polkit))                     ; listed in Requires.private
     (home-page "https://www.freedesktop.org/wiki/Software/AccountsService/";)
     (synopsis "D-Bus interface for user account query and manipulation")
     (description



reply via email to

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