diff options
-rw-r--r-- | gnu/packages/gstreamer.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 27f4c03226..4a575e4845 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -3,7 +3,7 @@ ;;; Copyright © 2014 John Darrington <[email protected]> ;;; Copyright © 2015, 2016 Sou Bunnbu <[email protected]> ;;; Copyright © 2015, 2018 Mark H Weaver <[email protected]> -;;; Copyright © 2016, 2017, 2022-2024 Efraim Flashner <[email protected]> +;;; Copyright © 2016, 2017, 2022-2025 Efraim Flashner <[email protected]> ;;; Copyright © 2016, 2018 Leo Famulari <[email protected]> ;;; Copyright © 2017, 2023 Ricardo Wurmus <[email protected]> ;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <[email protected]> @@ -609,6 +609,10 @@ This package provides the core library and elements.") ((target-x86-32?) #~((substitute* "tests/check/meson.build" ((".*'libs/libsabi\\.c'.*") "")))) + ((target-ppc64le?) + #~((substitute* "tests/check/meson.build" + ((".*'elements/glimagesink\\.c'.*") "") + ((".*'pipelines/gl-launch-lines\\.c'.*") "")))) ((target-arm32?) #~((substitute* "tests/check/meson.build" ((".*'orc_adder.*") "")))) |