From 62479e9420da90851fec63bd4b48f90727a00890 Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Sat, 19 Feb 2022 16:37:51 +0100 Subject: gnu: mumble: Enable tests. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 -- cgit v1.2.3