diff options
author | Christopher Baines <mail@cbaines.net> | 2016-10-09 21:27:12 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-10-10 00:06:15 +0200 |
commit | 69308043125baa7df9846ea1f7cefd9a44e24b3e (patch) | |
tree | 57819034580d102974cc32d4bbe6c1d9aab8b2e0 /gnu/packages | |
parent | 41edb23f5e13472309b5fdc0eb0e5730ec90e9ab (diff) | |
download | patches-69308043125baa7df9846ea1f7cefd9a44e24b3e.tar patches-69308043125baa7df9846ea1f7cefd9a44e24b3e.tar.gz |
gnu: gnome: Add pinentry-gnome3 to gnome
* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add
pinentry-gnome3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index e33f744759..2b75781d21 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5055,6 +5055,7 @@ software that do not provide their own configuration interface.") ("gvfs" ,gvfs) ("hicolor-icon-theme" ,hicolor-icon-theme) ("nautilus" ,nautilus) + ("pinentry-gnome3" ,pinentry-gnome3) ("pulseaudio" ,pulseaudio) ("shared-mime-info" ,shared-mime-info) ("totem" ,totem) |