diff options
author | Christopher Baines <mail@cbaines.net> | 2016-12-30 19:36:34 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-01-06 10:23:27 +0100 |
commit | adb41527adfbc43a5948d91a69c29dafe0562c4d (patch) | |
tree | 6fc3c2f4c2cfcd84ccf475c89c52f97c1b3ae5d2 | |
parent | 9af6bce1e1557da6ea6ae938a2c26deb152464a9 (diff) | |
download | guix-adb41527adfbc43a5948d91a69c29dafe0562c4d.tar guix-adb41527adfbc43a5948d91a69c29dafe0562c4d.tar.gz |
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>
-rw-r--r-- | gnu/packages/gnome.scm | 5 |
1 files changed, 2 insertions, 3 deletions
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+))) |