aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLéo Le Bouter <lle-bout@zaclys.net>2021-02-13 13:14:44 +0100
committerLéo Le Bouter <lle-bout@zaclys.net>2021-02-22 19:42:20 +0100
commit9fe710645247421efd76797cd63bdb8bc4209c44 (patch)
tree3466506b69c0571b0f13398623dcc04521172a5c
parentc0c652e01536ddea57e11dc54f58109738d135ad (diff)
downloadguix-9fe710645247421efd76797cd63bdb8bc4209c44.tar
guix-9fe710645247421efd76797cd63bdb8bc4209c44.tar.gz
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".
-rw-r--r--gnu/packages/gnome.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0b46e2719b..b8634d712a 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