mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: gst-plugins-base: Fix build on i686.
* gnu/packages/gstreamer.scm (gst-plugins-base)[#:phases]: Also disable ‘libs/dsd.c’ and ‘elements/volume.c’ tests.
This commit is contained in:
@@ -608,7 +608,9 @@ This package provides the core library and elements.")
|
||||
#$@(cond
|
||||
((target-x86-32?)
|
||||
#~((substitute* "tests/check/meson.build"
|
||||
((".*'libs/libsabi\\.c'.*") ""))))
|
||||
((".*'libs/dsd\\.c'.*") "")
|
||||
((".*'libs/libsabi\\.c'.*") "")
|
||||
((".*'elements/volume\\.c'.*") ""))))
|
||||
((target-ppc64le?)
|
||||
#~((substitute* "tests/check/meson.build"
|
||||
((".*'elements/glimagesink\\.c'.*") "")
|
||||
|
||||
Reference in New Issue
Block a user