1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

* gnu/packages/gtk.scm (harfbuzz)[native-inputs]: Add GLIB:BIN.
This commit is contained in:
Marius Bakke
2019-07-11 19:17:57 +02:00
parent dc23bb4513
commit 1c4b72cb34

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