diff options
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index da123eefe8..d44a222ed7 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5046,9 +5046,7 @@ and the GLib main loop, to integrate well with GNOME applications.") python-pygobject vala)) (propagated-inputs - (list glib)) ;required by libsecret-1.pc - (inputs - (list libgcrypt)) + (list glib libgcrypt)) ;required by libsecret-1.pc (home-page "https://wiki.gnome.org/Projects/Libsecret/") (synopsis "GObject bindings for \"Secret Service\" API") (description |