guix-commits
[Top][All Lists]
Advanced

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

branch hurd-team updated: squash! gnu: pango: Support build for the Hurd


From: guix-commits
Subject: branch hurd-team updated: squash! gnu: pango: Support build for the Hurd.
Date: Tue, 18 Jul 2023 16:14:06 -0400

This is an automated email from the git hooks/post-receive script.

janneke pushed a commit to branch hurd-team
in repository guix.

The following commit(s) were added to refs/heads/hurd-team by this push:
     new 56d9ef61a4 squash! gnu: pango: Support build for the Hurd.
56d9ef61a4 is described below

commit 56d9ef61a4f9909c92882ed5976fca9c0afd2a64
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Tue Jul 18 22:12:58 2023 +0200

    squash! gnu: pango: Support build for the Hurd.
---
 gnu/packages/gtk.scm | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 15dea2852b..7961332a4f 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -401,14 +401,14 @@ applications.")
      (list bash-minimal
            zlib))
     (native-inputs
-     `((,glib "bin")               ;glib-mkenums, etc.
-       ,@(if (target-hurd?)
-             '()
-             (list gobject-introspection)) ;g-ir-compiler, etc.
-       ,help2man
-       ,perl
-       ,pkg-config
-       ,python-wrapper))
+     (cons `(,glib "bin")               ;glib-mkenums, etc.
+           (append (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



reply via email to

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