diff options
Diffstat (limited to 'gnu/packages/gtk.scm')
| -rw-r--r-- | gnu/packages/gtk.scm | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 452906a5a1..1a10e9b551 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -365,7 +365,7 @@ printing and other features typical of a source code editor.")     (native-inputs      `(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc.        ("intltool" ,intltool) -      ("itstool", itstool) +      ("itstool" ,itstool)        ("gobject-introspection" ,gobject-introspection)        ("pkg-config" ,pkg-config)        ("vala" ,vala) @@ -425,7 +425,7 @@ highlighting and other features typical of a source code editor.")     (native-inputs       `(("pkg-config" ,pkg-config)         ("glib" ,glib "bin")                               ; glib-mkenums, etc. -       ("gobject-introspection", gobject-introspection))) ; g-ir-compiler, etc. +       ("gobject-introspection" ,gobject-introspection))) ; g-ir-compiler, etc.     (synopsis "GNOME image loading and manipulation library")     (description      "GdkPixbuf is a library for image loading and manipulation developed | 
