[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
44/115: gnu: vala: Enable coverage support.
From: |
guix-commits |
Subject: |
44/115: gnu: vala: Enable coverage support. |
Date: |
Wed, 12 May 2021 21:01:27 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit d7522654a2132f9a1198fb5dced26b9ee32af45f
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 d00ce10..48b7aca 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4392,7 +4392,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 _
- 26/115: gnu: cairomm: Enable documentation., (continued)
- 26/115: gnu: cairomm: Enable documentation., guix-commits, 2021/05/12
- 30/115: gnu: pango: Update to 1.48.3., guix-commits, 2021/05/12
- 36/115: gnu: gdk-pixbuf: Correct inputs., guix-commits, 2021/05/12
- 20/115: gnu: cairo: Make some cosmetic changes., guix-commits, 2021/05/12
- 24/115: gnu: cairo: Update synopsis, description and license., guix-commits, 2021/05/12
- 27/115: gnu: cairomm-1.13: Fix build., guix-commits, 2021/05/12
- 29/115: gnu: pango: Re-arrange inputs in alphabetical order., guix-commits, 2021/05/12
- 37/115: gnu: gdk-pixbuf: Enable jasper support., guix-commits, 2021/05/12
- 43/115: gnu: vala: Change build-system., guix-commits, 2021/05/12
- 45/115: gnu: vala: Fix documentation., guix-commits, 2021/05/12
- 44/115: gnu: vala: Enable coverage support.,
guix-commits <=
- 50/115: gnu: libgsf: Re-arrange inputs in alphabetical order., guix-commits, 2021/05/12
- 55/115: gnu: atk: Re-arrange inputs in alphabetical order., guix-commits, 2021/05/12
- 52/115: gnu: libgsf: Correct inputs., guix-commits, 2021/05/12
- 56/115: gnu: atk: Update to 2.36.0., guix-commits, 2021/05/12
- 53/115: gnu: libgsf: Enable documentation., guix-commits, 2021/05/12
- 63/115: gnu: at-spi2-core: Fix documentation., guix-commits, 2021/05/12
- 66/115: gnu: at-spi2-atk: Update home-page and license., guix-commits, 2021/05/12
- 67/115: gnu: json-glib: Update to 1.6.2., guix-commits, 2021/05/12
- 62/115: gnu: at-spi2-core: Update to 2.40.0., guix-commits, 2021/05/12
- 58/115: gnu: atkmm: Update to 2.36.0., guix-commits, 2021/05/12