mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: mumble: Enable tests.
* gnu/packages/telephony.scm (mumble)[#:tests?]: Drop argument. [#:configure-flags]: Add “-Dtests=on”.
This commit is contained in:
parent
a4cb236492
commit
62479e9420
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue