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 @@ (define-public harfbuzz
;; 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
(append (list `(,glib "bin")) ;for glib-mkenums
(if (target-hurd?)
'()
(list gobject-introspection))
(list pkg-config
python-wrapper
which))
which)))
(arguments
(list #:configure-flags
#~(list "--with-graphite2"