guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#64711] [PATCH 40/43] gnu: pango: Support build for the Hurd.


From: Maxim Cournoyer
Subject: [bug#64711] [PATCH 40/43] gnu: pango: Support build for the Hurd.
Date: Tue, 18 Jul 2023 20:56:14 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Hi,

Janneke Nieuwenhuizen <janneke@gnu.org> writes:

[...]

> Okay, I can change it to
>
>      (cons `(,glib "bin")               ;glib-mkenums, etc.
>            (append (if (target-hurd?)
>                        '()
>                        (list gobject-introspection)) ;g-ir-compiler, etc.
>                    (list help2man
>                          perl
>                          pkg-config
>                          python-wrapper)))

You can avoid 'cons' by moving `(,glib "bin") to the front of the
trailing list (the one starting with help2man ...), I think.

-- 
Thanks,
Maxim





reply via email to

[Prev in Thread] Current Thread [Next in Thread]