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:
Liliana Marie Prikler 2025-03-02 22:45:50 +01:00
parent 0649749343
commit c991c49f09
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -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'.*") "")