diff options
Diffstat (limited to 'gnu/packages/gnome.scm')
| -rw-r--r-- | gnu/packages/gnome.scm | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 578b43121b..0960b534f1 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -941,7 +941,7 @@ library.")      (inputs `(("glib" ,glib)))      (native-inputs       `(("pkg-config" ,pkg-config) -       ("flex", flex) +       ("flex" ,flex)         ("bison" ,bison)))      (home-page "http://freecode.com/projects/libidl")      (synopsis "Create trees of CORBA Interface Definition Language files") @@ -1585,7 +1585,7 @@ Hints specification (EWMH).")         ("libxml2" ,libxml2)         ("libxslt" ,libxslt)         ("python" ,python-2) -       ("python2-pygobject", python2-pygobject-2) +       ("python2-pygobject" ,python2-pygobject-2)         ("zlib" ,zlib)))      (native-inputs       `(("intltool" ,intltool) @@ -3230,7 +3230,7 @@ supports playlists, song ratings, and any codecs installed through gstreamer.")      `(("dconf" ,dconf)))     (native-inputs      `(("intltool" ,intltool) -      ("itstool", itstool) +      ("itstool" ,itstool)        ("glib" ,glib "bin")        ("gobject-introspection" ,gobject-introspection)        ("pkg-config" ,pkg-config) @@ -3881,7 +3881,7 @@ javascript engine and the GObject introspection framework.")       `(("dconf" ,dconf)))      (native-inputs       `(("intltool" ,intltool) -       ("itstool", itstool) +       ("itstool" ,itstool)         ("gobject-introspection" ,gobject-introspection)         ("pkg-config" ,pkg-config)))      (inputs | 
