[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
44/122: gnu: vala: Enable coverage support.
From: |
guix-commits |
Subject: |
44/122: gnu: vala: Enable coverage support. |
Date: |
Fri, 11 Jun 2021 12:12:02 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 2417ed1773c2f350cb0fcd8eeea696a7ba54fd03
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 946f4b5..fa16d81 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4400,7 +4400,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 _
- 37/122: gnu: gdk-pixbuf: Enable jasper support., (continued)
- 37/122: gnu: gdk-pixbuf: Enable jasper support., guix-commits, 2021/06/11
- 03/122: gnu: glib: Enable man pages., guix-commits, 2021/06/11
- 13/122: gnu: glibmm-2.64: Update to 2.64.5., guix-commits, 2021/06/11
- 12/122: gnu: Add libsigc++-2., guix-commits, 2021/06/11
- 09/122: gnu: libsigc++: Enable documentation., guix-commits, 2021/06/11
- 16/122: gnu: gtk-doc: Update to 1.32., guix-commits, 2021/06/11
- 22/122: gnu: cairo: Move documentation to separate output., guix-commits, 2021/06/11
- 29/122: gnu: pango: Re-arrange inputs in alphabetical order., guix-commits, 2021/06/11
- 36/122: gnu: gdk-pixbuf: Correct inputs., guix-commits, 2021/06/11
- 46/122: gnu: vala: Update to 0.52.0., guix-commits, 2021/06/11
- 44/122: gnu: vala: Enable coverage support.,
guix-commits <=
- 45/122: gnu: vala: Fix documentation., guix-commits, 2021/06/11
- 52/122: gnu: libgsf: Correct inputs., guix-commits, 2021/06/11
- 55/122: gnu: atk: Re-arrange inputs in alphabetical order., guix-commits, 2021/06/11
- 07/122: gnu: Temporarily use glib without documentation., guix-commits, 2021/06/11
- 10/122: gnu: glibmm: Update to 2.68.0., guix-commits, 2021/06/11
- 05/122: gnu: glib-with-documentation: Make some cosmetic changes., guix-commits, 2021/06/11
- 06/122: gnu: glib-with-documentation: Fix documentation build., guix-commits, 2021/06/11
- 17/122: gnu: gtk-doc: Enable help., guix-commits, 2021/06/11
- 19/122: gnu: gobject-introspection: Propagate glib., guix-commits, 2021/06/11
- 18/122: gnu: gtk-doc: Update synopsis, description, home-page and license., guix-commits, 2021/06/11