diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 04e2b2f172..86822e3c26 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5309,9 +5309,8 @@ existing databases over the internet.") ("pkg-config" ,pkg-config))) (inputs `(("python" ,python-2) - ("python2-pygobject" ,python2-pygobject))) - (propagated-inputs - `(("libnotify" ,libnotify) + ("python2-pygobject" ,python2-pygobject) + ("libnotify" ,libnotify) ("gobject-introspection" ,gobject-introspection) ("gsettings-desktop-schemas" ,gsettings-desktop-schemas) ("gtk+" ,gtk+)))