guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: gnome-keyring: Propagate gcr to fix unlock p


From: guix-commits
Subject: branch master updated: gnu: gnome-keyring: Propagate gcr to fix unlock prompts.
Date: Mon, 22 Feb 2021 13:45:25 -0500

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

lle_bout pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9fe7106  gnu: gnome-keyring: Propagate gcr to fix unlock prompts.
9fe7106 is described below

commit 9fe710645247421efd76797cd63bdb8bc4209c44
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Sat Feb 13 13:14:44 2021 +0100

    gnu: gnome-keyring: Propagate gcr to fix unlock prompts.
    
    On desktop environments other than GNOME, it is not obvious gcr package 
needs
    to be installed in the profile for gnome-keyring unlock prompts to
    work. Propagating it ensures no one will need to figure this out in the 
future.
    
    * gnu/packages/gnome.scm (gnome-keyring)[propagated-inputs]: Add "gcr".
---
 gnu/packages/gnome.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0b46e27..b8634d7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2544,6 +2544,8 @@ GNOME Desktop.")
        ("libxslt" ,libxslt) ;for documentation
        ("docbook-xml" ,docbook-xml-4.2)
        ("docbook-xsl" ,docbook-xsl)))
+    (propagated-inputs
+     `(("gcr" ,gcr)))
     (home-page "https://www.gnome.org";)
     (synopsis "Daemon to store passwords and encryption keys")
     (description



reply via email to

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