[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch hurd-team updated: squash! gnu: harfbuzz: Support build for the H
From: |
guix-commits |
Subject: |
branch hurd-team updated: squash! gnu: harfbuzz: Support build for the Hurd. |
Date: |
Tue, 18 Jul 2023 17:02:52 -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 e6e3866416 squash! gnu: harfbuzz: Support build for the Hurd.
e6e3866416 is described below
commit e6e3866416ea68cba900221ab998498eea99c0c4
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Tue Jul 18 22:25:09 2023 +0200
squash! gnu: harfbuzz: Support build for the Hurd.
---
gnu/packages/gtk.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 7961332a4f..cd0497e4e6 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -276,13 +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
- `((,glib "bin") ;for glib-mkenums
- ,@(if (target-hurd?)
- '()
- (list gobject-introspection))
- ,pkg-config
- ,python-wrapper
- ,which))
+ (cons `(,glib "bin") ;for glib-mkenums
+ (append (if (target-hurd?)
+ '()
+ (list gobject-introspection))
+ (list pkg-config
+ python-wrapper
+ which))))
(arguments
(list #:configure-flags
#~(list "--with-graphite2"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch hurd-team updated: squash! gnu: harfbuzz: Support build for the Hurd.,
guix-commits <=