mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 17:53:26 -05:00
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:
parent
c0c652e015
commit
9fe7106452
1 changed files with 2 additions and 0 deletions
|
@ -2544,6 +2544,8 @@ (define-public gnome-keyring
|
||||||
("libxslt" ,libxslt) ;for documentation
|
("libxslt" ,libxslt) ;for documentation
|
||||||
("docbook-xml" ,docbook-xml-4.2)
|
("docbook-xml" ,docbook-xml-4.2)
|
||||||
("docbook-xsl" ,docbook-xsl)))
|
("docbook-xsl" ,docbook-xsl)))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("gcr" ,gcr)))
|
||||||
(home-page "https://www.gnome.org")
|
(home-page "https://www.gnome.org")
|
||||||
(synopsis "Daemon to store passwords and encryption keys")
|
(synopsis "Daemon to store passwords and encryption keys")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue