guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: gnome-tweak-tool: Add missing inputs.


From: Ludovic Courtès
Subject: 04/04: gnu: gnome-tweak-tool: Add missing inputs.
Date: Fri, 6 Jan 2017 09:24:08 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit fab2784dbb8c82eedf1266ca1333334e249cde5e
Author: Christopher Baines <address@hidden>
Date:   Fri Dec 30 19:36:35 2016 +0000

    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 <address@hidden>
---
 gnu/packages/gnome.scm |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 86822e3..2d97f22 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]