diff mbox series

[bug#46488] gnu: gnome-keyring: Propagate gcr to fix unlock prompts.

Message ID 20210213121444.22619-1-lle-bout@zaclys.net
State Accepted
Headers show
Series [bug#46488] gnu: gnome-keyring: Propagate gcr to fix unlock prompts. | expand

Checks

Context Check Description
cbaines/submitting builds success
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Léo Le Bouter Feb. 13, 2021, 12:14 p.m. UTC
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(+)

Comments

Léo Le Bouter Feb. 22, 2021, 6:46 p.m. UTC | #1
Pushed as 9fe710645247421efd76797cd63bdb8bc4209c44
diff mbox series

Patch

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c5c6b4dd8f..a72c6767f5 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