summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLiliana Marie Prikler <liliana.prikler@gmail.com>2023-06-25 10:49:13 +0200
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2023-06-25 10:49:13 +0200
commit3b3d9a13dd2bd67f34c890047680a1ce6e3af28e (patch)
tree3bf712dc8042afcb2cf51699d006b695bdaa7282 /gnu
parent4346c092ea8f1c3084609d3e9173d232bf04af0c (diff)
downloadguix-patches-3b3d9a13dd2bd67f34c890047680a1ce6e3af28e.tar
guix-patches-3b3d9a13dd2bd67f34c890047680a1ce6e3af28e.tar.gz
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”.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gstreamer.scm7
1 files changed, 0 insertions, 7 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index b883022621..12d4b52f15 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -806,13 +806,6 @@ model to base your own plug-in on, here it is.")
"'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"