[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
44/124: gnu: vala: Enable coverage support.
From: |
guix-commits |
Subject: |
44/124: gnu: vala: Enable coverage support. |
Date: |
Mon, 30 Aug 2021 16:28:49 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 688d73c4020f6bca8f0ba730498a78f130654919
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Mar 11 11:23:56 2021 -0500
gnu: vala: Enable coverage support.
* gnu/packages/gnome.scm (vala) [arguments]<#:configure-flags>
[--enable-coverage]: New flag.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gnome.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6bfa8fe..90a0eba 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4346,7 +4346,8 @@ passwords in the GNOME keyring.")
"1nx5xjarpkl9hgy0qbqfczx7d7clh5g1r8xr5xp8b97c5fsc2rb1"))))
(build-system glib-or-gtk-build-system)
(arguments
- '(#:phases
+ '(#:configure-flags '("--enable-coverage")
+ #:phases
(modify-phases %standard-phases
(add-before 'check 'pre-check
(lambda _
- 33/124: gnu: pangomm: Enable documentation., (continued)
- 33/124: gnu: pangomm: Enable documentation., guix-commits, 2021/08/30
- 36/124: gnu: gdk-pixbuf: Correct inputs., guix-commits, 2021/08/30
- 34/124: gnu: pangomm-2.42: Update to 2.42.2., guix-commits, 2021/08/30
- 37/124: gnu: gdk-pixbuf: Enable jasper support., guix-commits, 2021/08/30
- 40/124: gnu: gdk-pixbuf: Update synopsis, description, home-page and license., guix-commits, 2021/08/30
- 29/124: gnu: pango: Re-arrange inputs in alphabetical order., guix-commits, 2021/08/30
- 31/124: gnu: pango: Update synopsis, description and home-page., guix-commits, 2021/08/30
- 32/124: gnu: pangomm: Update to 2.48.0., guix-commits, 2021/08/30
- 41/124: gnu: gdk-pixbuf: Disable failing tests., guix-commits, 2021/08/30
- 43/124: gnu: vala: Change build-system., guix-commits, 2021/08/30
- 44/124: gnu: vala: Enable coverage support.,
guix-commits <=
- 35/124: gnu: gdk-pixbuf: Add missing arguments., guix-commits, 2021/08/30
- 38/124: gnu: gdk-pixbuf: Fix documentation., guix-commits, 2021/08/30
- 39/124: gnu: gdk-pixbuf: Update to 2.42.4., guix-commits, 2021/08/30
- 42/124: gnu: gdk-pixbuf+svg: Correct package definition to include changes from gdk-pixbuf., guix-commits, 2021/08/30
- 59/124: gnu: atkmm: Enable documentation., guix-commits, 2021/08/30
- 47/124: gnu: vala: Update synopsis and description., guix-commits, 2021/08/30
- 57/124: gnu: atk: Update home-page and license., guix-commits, 2021/08/30
- 62/124: gnu: at-spi2-core: Update to 2.40.0., guix-commits, 2021/08/30
- 66/124: gnu: at-spi2-atk: Update home-page and license., guix-commits, 2021/08/30
- 68/124: gnu: json-glib: Enable documentation and man-pages., guix-commits, 2021/08/30