3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: pulseaudio: Disable tests on mips64el.

* gnu/packages/pulseaudio.scm (pulseaudio): Drop tests also on mips64el.
This commit is contained in:
Andreas Enge 2013-12-06 23:17:40 +01:00
parent a2e520afbf
commit dc47b181da

View file

@ -156,7 +156,8 @@ parse JSON formatted strings back into the C representation of JSON objects.")
(setenv "HOME" (getcwd)))
%standard-phases)
,@(if (string=? (%current-system) "i686-linux")
,@(if (or (string=? (%current-system) "i686-linux")
(string=? (%current-system) "mips64el-linux"))
;; Work around test failure:
;; <https://bugs.freedesktop.org/show_bug.cgi?id=72374>.
'(#:tests? #f)