guix-commits
[Top][All Lists]
Advanced

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

38/181: gnu: accountsservice: Propagate glib.


From: guix-commits
Subject: 38/181: gnu: accountsservice: Propagate glib.
Date: Tue, 13 Sep 2022 02:25:19 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 8ff57b4cc3f20522e3f9845e5c95351cab8a3ae4
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Aug 29 22:48:14 2022 -0400

    gnu: accountsservice: Propagate glib.
    
    * gnu/packages/freedesktop.scm (accountsservice)
    [propagated-inputs]: Add glib.
---
 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 799ead68b4..739d85755d 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1559,7 +1559,8 @@ message bus.")
            elogind
            shadow))
     (propagated-inputs
-     (list polkit))                     ; listed in Requires.private
+     ;; accountsservice.pc 'Requires' these:
+     (list glib polkit))
     (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]