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".
This commit is contained in:
Léo Le Bouter 2021-02-13 13:14:44 +01:00
parent c0c652e015
commit 9fe7106452
No known key found for this signature in database
GPG key ID: 45A8B1E86BCD10A6

View file

@ -2544,6 +2544,8 @@ (define-public gnome-keyring
("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