mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: pulseaudio: Disable tests on mips64el.
* gnu/packages/pulseaudio.scm (pulseaudio): Drop tests also on mips64el.
This commit is contained in:
parent
a2e520afbf
commit
dc47b181da
1 changed files with 2 additions and 1 deletions
|
@ -156,7 +156,8 @@ (define pulseaudio
|
||||||
(setenv "HOME" (getcwd)))
|
(setenv "HOME" (getcwd)))
|
||||||
%standard-phases)
|
%standard-phases)
|
||||||
|
|
||||||
,@(if (string=? (%current-system) "i686-linux")
|
,@(if (or (string=? (%current-system) "i686-linux")
|
||||||
|
(string=? (%current-system) "mips64el-linux"))
|
||||||
;; Work around test failure:
|
;; Work around test failure:
|
||||||
;; <https://bugs.freedesktop.org/show_bug.cgi?id=72374>.
|
;; <https://bugs.freedesktop.org/show_bug.cgi?id=72374>.
|
||||||
'(#:tests? #f)
|
'(#:tests? #f)
|
||||||
|
|
Loading…
Reference in a new issue