guix-commits
[Top][All Lists]
Advanced

[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 _



reply via email to

[Prev in Thread] Current Thread [Next in Thread]