mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: pulseaudio: Disable tests on i686.
* gnu/packages/pulseaudio.scm (pavucontrol): New 'arguments' field.
This commit is contained in:
parent
de1355f186
commit
76dcc993f7
1 changed files with 6 additions and 0 deletions
|
@ -204,6 +204,12 @@ (define-public pavucontrol
|
|||
(base32
|
||||
"02s775m1531sshwlbvfddk3pz8zjmwkv1sgzggn386ja3gc9vwi2"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(if (string=? (%current-system) "i686-linux")
|
||||
;; Work around test failure:
|
||||
;; <https://bugs.freedesktop.org/show_bug.cgi?id=72374>.
|
||||
'(#:tests? #f)
|
||||
'()))
|
||||
(inputs
|
||||
`(("intltool" ,intltool)
|
||||
("libcanberra" ,libcanberra)
|
||||
|
|
Loading…
Reference in a new issue