From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: 54065@debbugs.gnu.org
Subject: [bug#54065] [PATCH 3/3] gnu: mumble: Enable tests.
Date: Sat, 19 Feb 2022 16:37:51 +0100 [thread overview]
Message-ID: <c93967a9b801d93f47b3cf83e8ae2090b7e7fef3.camel@gmail.com> (raw)
In-Reply-To: <2b30b57085cbc6896cd6b609a75a2ac7ad798d82.camel@gmail.com>
* 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 59f7741579..92a727683a 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -589,7 +589,6 @@ (define-public mumble
(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 @@ (define-public mumble
"-Dpipewire=off" ; use pulse
"-Doverlay-xcompile=off"
"-Dupdate=off" ; don't phone home
+ "-Dtests=on"
"-Dbundle-qt-translations=off")
#:phases
#~(modify-phases %standard-phases
--
2.34.0
prev parent reply other threads:[~2022-02-19 15:56 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-19 15:39 [bug#54065] [PATCH 0/3] Update mumble to 1.4.230 Liliana Marie Prikler
2022-02-19 15:03 ` [bug#54065] [PATCH v2 1/3] gnu: Add poco Liliana Marie Prikler
2022-04-05 14:08 ` [bug#54065] [PATCH 0/3] Update mumble to 1.4.230 Ludovic Courtès
2022-04-05 19:09 ` Liliana Marie Prikler
2022-02-19 15:03 ` [bug#54065] [PATCH 1/3] gnu: Add poco Liliana Marie Prikler
2022-02-19 15:05 ` [bug#54065] [PATCH v2 2/3] gnu: mumble: Update to 1.4.230 Liliana Marie Prikler
2022-02-19 15:05 ` [bug#54065] [PATCH " Liliana Marie Prikler
2022-02-19 18:12 ` Maxime Devos
2022-02-19 19:20 ` Liliana Marie Prikler
2022-02-19 18:18 ` Maxime Devos
2022-02-19 19:18 ` Liliana Marie Prikler
2022-02-19 18:20 ` Maxime Devos
2022-02-19 19:18 ` Liliana Marie Prikler
2022-02-19 15:37 ` [bug#54065] [PATCH v2 3/3] gnu: mumble: Enable tests Liliana Marie Prikler
2022-02-19 15:37 ` Liliana Marie Prikler [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c93967a9b801d93f47b3cf83e8ae2090b7e7fef3.camel@gmail.com \
--to=liliana.prikler@gmail.com \
--cc=54065@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.