[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/62: gnu: librsvg: Build Vala bindings.
From: |
guix-commits |
Subject: |
29/62: gnu: librsvg: Build Vala bindings. |
Date: |
Fri, 8 Feb 2019 16:26:39 -0500 (EST) |
rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.
commit 19f9319dd30620a1ea0ec095d3c79cafcdecd9bc
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 cd9419f..3232612 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1234,7 +1234,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)
@@ -1265,6 +1267,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
- 28/62: gnu: gvfs: Update to 1.36.2., (continued)
- 28/62: gnu: gvfs: Update to 1.36.2., guix-commits, 2019/02/08
- 31/62: gnu: devhelp: Update to 3.28.1., guix-commits, 2019/02/08
- 58/62: gnu: dconf-editor: Update to 3.28.0., guix-commits, 2019/02/08
- 49/62: gnu: tracker: Update to 2.0.4., guix-commits, 2019/02/08
- 62/62: gnu: gnome-shell: Update to 3.28.2., guix-commits, 2019/02/08
- 30/62: gnu: gnome-mines: Update to 3.28.0., guix-commits, 2019/02/08
- 46/62: gnu: gnome-todo: Update to 3.28.1., guix-commits, 2019/02/08
- 55/62: gnu: gnome-online-accounts: Update to 3.28.0., guix-commits, 2019/02/08
- 40/62: gnu: gnome-system-monitor: Update to 3.28.2., guix-commits, 2019/02/08
- 16/62: gnu: adwaita-icon-theme: Update to 3.28.0., guix-commits, 2019/02/08
- 29/62: gnu: librsvg: Build Vala bindings.,
guix-commits <=
- 32/62: gnu: gjs: Update to 1.52.3., guix-commits, 2019/02/08
- 43/62: gnu: libgnomekbd: Update to 3.26.0., guix-commits, 2019/02/08
- 51/62: gnu: nautilus: Update to 3.28.1., guix-commits, 2019/02/08
- 44/62: gnu: gnome-shell-extensions: Update to 3.28.1., guix-commits, 2019/02/08
- 59/62: gnu: cups-filters: Fix build with newer version of poppler., guix-commits, 2019/02/08
- 35/62: gnu: network-manager: Update to 1.10.10., guix-commits, 2019/02/08
- 60/62: gnu: eog: Ensure RUNPATH contains output library directory., guix-commits, 2019/02/08
- 56/62: gnu: network-manager-openvpn: Update to 1.8.4., guix-commits, 2019/02/08
- 54/62: gnu: evolution-data-server: Update to 3.28.3., guix-commits, 2019/02/08
- 14/62: gnu: gcr: Update to 3.28.0., guix-commits, 2019/02/08