gnu: gst-plugins-bad: Remove ineffective substitution.

* gnu/packages/gstreamer.scm (gst-plugins-bad)[adjust-tests]: Remove the
substitution that was commmented to be “no longer effective”.
This commit is contained in:
Liliana Marie Prikler 2023-06-25 10:49:13 +02:00
parent 4346c092ea
commit 3b3d9a13dd
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -806,13 +806,6 @@ (define-public gst-plugins-bad
"'elements/viewfinderbin.c'], true, ],"))
'())
;; This substitution is no longer effective and can be removed.
#$@(if (member (%current-system)
'("i686-linux" "aarch64-linux" "riscv64-linux"))
`((("'elements/camerabin\\.c'\\]\\],")
"'elements/camerabin.c'], true, ],"))
'())
;; https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/1412
((".*elements/dtls\\.c.*") ""))
(substitute* "tests/check/elements/zxing.c"