gnu: pango: Support build for the Hurd.

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

View file

@ -401,12 +401,15 @@ (define-public pango
(list bash-minimal
zlib))
(native-inputs
(list `(,glib "bin") ;glib-mkenums, etc.
gobject-introspection ;g-ir-compiler, etc.
help2man
perl
pkg-config
python-wrapper))
(append (list `(,glib "bin")) ;glib-mkenums, etc.
(if (target-hurd?)
'()
(list gobject-introspection)) ;g-ir-compiler, etc.
(list
help2man
perl
pkg-config
python-wrapper)))
(synopsis "Text and font handling library")
(description "Pango is a library for laying out and rendering of text, with
an emphasis on internationalization. Pango can be used anywhere that text