guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: harfbuzz: Create hb-gobject-enums.h.


From: guix-commits
Subject: 03/03: gnu: harfbuzz: Create hb-gobject-enums.h.
Date: Thu, 11 Jul 2019 14:45:46 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 1c4b72cb34640638e40c5190676e5c8c352d292d
Author: Marius Bakke <address@hidden>
Date:   Thu Jul 11 19:17:57 2019 +0200

    gnu: harfbuzz: Create hb-gobject-enums.h.
    
    * gnu/packages/gtk.scm (harfbuzz)[native-inputs]: Add GLIB:BIN.
---
 gnu/packages/gtk.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 2c75166..5638954 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -199,7 +199,8 @@ affine transformation (scale, rotation, shear, etc.).")
       ("graphite2" ,graphite2)
       ("icu4c" ,icu4c)))
    (native-inputs
-    `(("gobject-introspection" ,gobject-introspection)
+    `(("glib:bin" ,glib "bin")          ;for glib-mkenums
+      ("gobject-introspection" ,gobject-introspection)
       ("pkg-config" ,pkg-config)
       ("python" ,python-wrapper)
       ("which" ,which)))



reply via email to

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