1
0
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:
Liliana Marie Prikler
2025-03-02 22:45:50 +01:00
parent 0649749343
commit c991c49f09

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