diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-02-19 16:37:51 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-03-08 20:53:43 +0100 |
commit | 62479e9420da90851fec63bd4b48f90727a00890 (patch) | |
tree | e7a0c2bd3f5d8f81bd76bf5b1bc77f9123415d65 /gnu | |
parent | a4cb2364927437912fac8a62bf5097dd35799447 (diff) | |
download | guix-62479e9420da90851fec63bd4b48f90727a00890.tar guix-62479e9420da90851fec63bd4b48f90727a00890.tar.gz |
gnu: mumble: Enable tests.
* gnu/packages/telephony.scm (mumble)[#:tests?]: Drop argument.
[#:configure-flags]: Add “-Dtests=on”.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/telephony.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |