gnu: harfbuzz: Support build for the Hurd.

* gnu/packages/gtk.scm (harfbuzz)[native-inputs]: Do not include
gobject-introspection when building for the Hurd.
This commit is contained in:
Janneke Nieuwenhuizen 2023-06-13 13:50:38 +02:00
parent 03f35ff390
commit dd3f9a7a49
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273

View File

@ -276,11 +276,13 @@ output. Experimental backends include OpenGL, BeOS, OS/2, and DirectFB.")
;; There are all in the Requires or Requires.private field of '.pc'.
(list glib graphite2 icu4c))
(native-inputs
(list `(,glib "bin") ;for glib-mkenums
gobject-introspection
pkg-config
python-wrapper
which))
(append (list `(,glib "bin")) ;for glib-mkenums
(if (target-hurd?)
'()
(list gobject-introspection))
(list pkg-config
python-wrapper
which)))
(arguments
(list #:configure-flags
#~(list "--with-graphite2"