[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/09: gnu: gtk+-2: build gobject introspection typelib file.
From: |
??? |
Subject: |
01/09: gnu: gtk+-2: build gobject introspection typelib file. |
Date: |
Sat, 23 May 2015 03:32:27 +0000 |
iyzsong pushed a commit to branch gtk-rebuild
in repository guix.
commit 3e3d47fc5347a5032fd2039831be1dc1d80576ed
Author: Ricardo Wurmus <address@hidden>
Date: Sun Mar 15 23:12:32 2015 +0100
gnu: gtk+-2: build gobject introspection typelib file.
* gnu/packages/gtk.scm (gtk+-2): add `gobject-introspection' to the
native-inputs to install typelib file.
---
gnu/packages/gtk.scm | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index fef5a81..b3688d5 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -408,10 +408,12 @@ is part of the GNOME accessibility project.")
(native-inputs
`(("perl" ,perl)
("glib" ,glib "bin")
+ ("gobject-introspection" ,gobject-introspection)
("pkg-config" ,pkg-config)
("python-wrapper" ,python-wrapper)))
(arguments
- `(#:phases
+ `(#:make-flags '("CC=gcc")
+ #:phases
(alist-cons-before
'configure 'disable-tests
(lambda _
- branch gtk-rebuild created (now 281c215), ???, 2015/05/22
- 01/09: gnu: gtk+-2: build gobject introspection typelib file.,
??? <=
- 02/09: Merge branch 'master' into gtk-rebuild, ???, 2015/05/22
- 03/09: gnu: harfbuzz: Update to 0.9.40., ???, 2015/05/22
- 04/09: gnu: harfbuzz: Enable GObject integration., ???, 2015/05/22
- 05/09: gnu: gtk+-2: Update to 2.24.28., ???, 2015/05/22
- 06/09: gnu: gtk+: Update to 3.16.3., ???, 2015/05/22
- 07/09: gnu: gtk+: Add SVG support to 'gtk-encode-symbolic-svg'., ???, 2015/05/22
- 08/09: gnu: Add adwaita-icon-theme., ???, 2015/05/22
- 09/09: gnu: librsvg: Update to 2.40.9., ???, 2015/05/22