[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/74: gnu: librsvg: Build Vala bindings.
From: |
guix-commits |
Subject: |
38/74: gnu: librsvg: Build Vala bindings. |
Date: |
Fri, 30 Nov 2018 09:07:20 -0500 (EST) |
rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.
commit e4b2bddbd4a8fe0ae4c14a1dd1a33f6860693d74
Author: Ricardo Wurmus <address@hidden>
Date: Mon Aug 6 15:36:55 2018 +0200
gnu: librsvg: Build Vala bindings.
* gnu/packages/gnome.scm (librsvg)[arguments]: Enable building of Vala
bindings.
[native-inputs]: Add vala.
---
gnu/packages/gnome.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 76c0834..800f003 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1233,7 +1233,9 @@ dealing with different structured file formats.")
"0ay9himvw1l1swcf3h1312d2iqzfl65kpbfgiyfykgvq7cydvx6g"))))
(build-system gnu-build-system)
(arguments
- `(#:phases
+ `(#:configure-flags
+ (list "--enable-vala") ; needed for e.g. gnome-mines
+ #:phases
(modify-phases %standard-phases
(add-before 'configure 'pre-configure
(lambda* (#:key inputs #:allow-other-keys)
@@ -1264,6 +1266,7 @@ dealing with different structured file formats.")
#t)))))
(native-inputs
`(("pkg-config" ,pkg-config)
+ ("vala" ,vala)
("glib" ,glib "bin") ; glib-mkenums, etc.
("gobject-introspection" ,gobject-introspection))) ; g-ir-compiler, etc.
(inputs
- 04/74: gnu: Add gtksourceview-3., (continued)
- 04/74: gnu: Add gtksourceview-3., guix-commits, 2018/11/30
- 29/74: gnu: geocode-glib: Update to 3.26.0., guix-commits, 2018/11/30
- 25/74: gnu: goffice: Update to 0.10.41., guix-commits, 2018/11/30
- 07/74: gnu: at-spi2-core: Update to 2.28.0., guix-commits, 2018/11/30
- 34/74: gnu: libgudev: Update to 232., guix-commits, 2018/11/30
- 33/74: gnu: eog: Update to 3.28.2., guix-commits, 2018/11/30
- 39/74: gnu: gnome-mines: Update to 3.28.0., guix-commits, 2018/11/30
- 16/74: gnu: Add libimobiledevice., guix-commits, 2018/11/30
- 42/74: gnu: orca: Update to 3.28.1., guix-commits, 2018/11/30
- 41/74: gnu: gjs: Update to 1.52.3., guix-commits, 2018/11/30
- 38/74: gnu: librsvg: Build Vala bindings.,
guix-commits <=
- 44/74: gnu: network-manager: Update to 1.10.10., guix-commits, 2018/11/30
- 45/74: gnu: gnome-session: Update to 3.28.1., guix-commits, 2018/11/30
- 46/74: gnu: zenity: Update to 3.28.1., guix-commits, 2018/11/30
- 27/74: gnu: glib-networking: Update to 2.56.1., guix-commits, 2018/11/30
- 53/74: gnu: gnome-shell-extensions: Update to 3.28.1., guix-commits, 2018/11/30
- 26/74: gnu: gnumeric: Update to 1.12.41., guix-commits, 2018/11/30
- 56/74: gnu: gnome-todo: Update to 3.28.1., guix-commits, 2018/11/30
- 21/74: gnu: gcr: Update to 3.28.0., guix-commits, 2018/11/30
- 57/74: gnu: gnome-clocks: Update to 3.28.0., guix-commits, 2018/11/30
- 68/74: gnu: dconf-editor: Update to 3.28.0., guix-commits, 2018/11/30