From c991c49f09d6fd2764e1f7bdae54c097c748524f Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Sun, 2 Mar 2025 22:45:50 +0100 Subject: [PATCH] gnu: gst-plugins-base: Fix build on i686. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/gstreamer.scm (gst-plugins-base)[#:phases]: Also disable ‘libs/dsd.c’ and ‘elements/volume.c’ tests. --- gnu/packages/gstreamer.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 4a575e4845b..8459d50f62c 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -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'.*") "")