guix-patches
[Top][All Lists]
Advanced

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

[bug#46488] [PATCH] gnu: gnome-keyring: Propagate gcr to fix unlock prom


From: Léo Le Bouter
Subject: [bug#46488] [PATCH] gnu: gnome-keyring: Propagate gcr to fix unlock prompts.
Date: Sat, 13 Feb 2021 13:14:44 +0100

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 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
-- 
2.30.1






reply via email to

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