~ruther/guix-local

adb41527adfbc43a5948d91a69c29dafe0562c4d — Christopher Baines 9 years ago 9af6bce
gnu: gnome-tweak-tool: Make propagated-inputs just inputs.

* gnu/packages/gnome.scm (gnome-tweak-tool)[propagated-inputs]: Merge
with...
[inputs]: ... this.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1 files changed, 2 insertions(+), 3 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +2 -3
@@ 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+)))