diff options
author | Christopher Baines <mail@cbaines.net> | 2016-12-30 19:36:35 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-01-06 10:23:27 +0100 |
commit | fab2784dbb8c82eedf1266ca1333334e249cde5e (patch) | |
tree | 8b4fdd140bcf8e3b8164d5a85e40fae9999e8cd6 /gnu | |
parent | adb41527adfbc43a5948d91a69c29dafe0562c4d (diff) | |
download | patches-fab2784dbb8c82eedf1266ca1333334e249cde5e.tar patches-fab2784dbb8c82eedf1266ca1333334e249cde5e.tar.gz |
gnu: gnome-tweak-tool: Add missing inputs.
* gnu/packages/gnome.scm (gnome-tweak-tool)[inputs]: Add gnome-desktop
and libsoup.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 86822e3c26..2d97f228f1 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5310,6 +5310,8 @@ existing databases over the internet.") (inputs `(("python" ,python-2) ("python2-pygobject" ,python2-pygobject) + ("gnome-desktop" ,gnome-desktop) + ("libsoup" ,libsoup) ("libnotify" ,libnotify) ("gobject-introspection" ,gobject-introspection) ("gsettings-desktop-schemas" ,gsettings-desktop-schemas) |