mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
0649749343
commit
c991c49f09
1 changed files with 3 additions and 1 deletions
|
@ -608,7 +608,9 @@ This package provides the core library and elements.")
|
||||||
#$@(cond
|
#$@(cond
|
||||||
((target-x86-32?)
|
((target-x86-32?)
|
||||||
#~((substitute* "tests/check/meson.build"
|
#~((substitute* "tests/check/meson.build"
|
||||||
((".*'libs/libsabi\\.c'.*") ""))))
|
((".*'libs/dsd\\.c'.*") "")
|
||||||
|
((".*'libs/libsabi\\.c'.*") "")
|
||||||
|
((".*'elements/volume\\.c'.*") ""))))
|
||||||
((target-ppc64le?)
|
((target-ppc64le?)
|
||||||
#~((substitute* "tests/check/meson.build"
|
#~((substitute* "tests/check/meson.build"
|
||||||
((".*'elements/glimagesink\\.c'.*") "")
|
((".*'elements/glimagesink\\.c'.*") "")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue