gnu: harfbuzz: Create hb-gobject-enums.h.

* gnu/packages/gtk.scm (harfbuzz)[native-inputs]: Add GLIB:BIN.
master
Marius Bakke 2019-07-11 19:17:57 +02:00
parent dc23bb4513
commit 1c4b72cb34
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 1 deletions

View File

@ -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)))