[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: mumble: Enable tests.
From: |
guix-commits |
Subject: |
03/06: gnu: mumble: Enable tests. |
Date: |
Tue, 8 Mar 2022 15:32:41 -0500 (EST) |
lilyp pushed a commit to branch master
in repository guix.
commit 62479e9420da90851fec63bd4b48f90727a00890
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat Feb 19 16:37:51 2022 +0100
gnu: mumble: Enable tests.
* gnu/packages/telephony.scm (mumble)[#:tests?]: Drop argument.
[#:configure-flags]: Add “-Dtests=on”.
---
gnu/packages/telephony.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index effe8d167f..abc7952234 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -589,7 +589,6 @@ address of one of the participants.")
(build-system qt-build-system)
(arguments
(list
- #:tests? #f ; no "check" target
#:configure-flags
#~(list "-Dbundled-speex=off"
"-Dbundled-opus=off"
@@ -604,6 +603,7 @@ address of one of the participants.")
"-Dpipewire=off" ; use pulse
"-Doverlay-xcompile=off"
"-Dupdate=off" ; don't phone home
+ "-Dtests=on"
"-Dbundle-qt-translations=off")
#:phases
#~(modify-phases %standard-phases
- branch master updated (59001c4f91 -> b8fc916951), guix-commits, 2022/03/08
- 01/06: gnu: Add poco., guix-commits, 2022/03/08
- 04/06: gnu: gitg: Use new package style., guix-commits, 2022/03/08
- 05/06: gnu: gitg: Update to 41., guix-commits, 2022/03/08
- 03/06: gnu: mumble: Enable tests.,
guix-commits <=
- 02/06: gnu: mumble: Update to 1.4.230., guix-commits, 2022/03/08
- 06/06: gnu: stex-bootstrap: Guard against unsupported systems., guix-commits, 2022/03/08