diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 66978fc2bc..c4791757a7 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -601,6 +601,9 @@ (define-public gst-plugins-base ((target-x86-32?) #~((substitute* "tests/check/meson.build" ((".*'libs/libsabi\\.c'.*") "")))) + ((target-arm32?) + #~((substitute* "tests/check/meson.build" + ((".*'orc_adder.*") "")))) ((target-riscv64?) #~((substitute* "tests/check/meson.build" ((".*'libs/gstglcolorconvert\\.c'.*") "")