gnu: harfbuzz: Create hb-gobject-enums.h.
* gnu/packages/gtk.scm (harfbuzz)[native-inputs]: Add GLIB:BIN.
This commit is contained in:
parent
dc23bb4513
commit
1c4b72cb34
|
@ -199,7 +199,8 @@ affine transformation (scale, rotation, shear, etc.).")
|
||||||
("graphite2" ,graphite2)
|
("graphite2" ,graphite2)
|
||||||
("icu4c" ,icu4c)))
|
("icu4c" ,icu4c)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gobject-introspection" ,gobject-introspection)
|
`(("glib:bin" ,glib "bin") ;for glib-mkenums
|
||||||
|
("gobject-introspection" ,gobject-introspection)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("python" ,python-wrapper)
|
("python" ,python-wrapper)
|
||||||
("which" ,which)))
|
("which" ,which)))
|
||||||
|
|
Loading…
Reference in New Issue