diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-07-11 19:17:57 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-07-11 19:17:57 +0200 |
commit | 1c4b72cb34640638e40c5190676e5c8c352d292d (patch) | |
tree | 1ed480f683d842f9340f05833bf73e18e42a4741 | |
parent | dc23bb451365919f0bc7c2b6ec5707c23bca9629 (diff) | |
download | guix-1c4b72cb34640638e40c5190676e5c8c352d292d.tar guix-1c4b72cb34640638e40c5190676e5c8c352d292d.tar.gz |
gnu: harfbuzz: Create hb-gobject-enums.h.
* gnu/packages/gtk.scm (harfbuzz)[native-inputs]: Add GLIB:BIN.
-rw-r--r-- | gnu/packages/gtk.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 2c751667dc..563895458c 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -199,7 +199,8 @@ affine transformation (scale, rotation, shear, etc.).") ("graphite2" ,graphite2) ("icu4c" ,icu4c))) (native-inputs - `(("gobject-introspection" ,gobject-introspection) + `(("glib:bin" ,glib "bin") ;for glib-mkenums + ("gobject-introspection" ,gobject-introspection) ("pkg-config" ,pkg-config) ("python" ,python-wrapper) ("which" ,which))) |