gnu: mumble: Enable tests.

* gnu/packages/telephony.scm (mumble)[#:tests?]: Drop argument.
[#:configure-flags]: Add “-Dtests=on”.
This commit is contained in:
Liliana Marie Prikler 2022-02-19 16:37:51 +01:00
parent a4cb236492
commit 62479e9420
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -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