gst_all_1.gst-editing-services: Hack for foreign identifier fatal

See the linked issue for build log and bisect result.
This commit is contained in:
Bobby Rong 2024-09-17 16:02:52 +08:00
parent 5b93c843c9
commit 394142ea50
No known key found for this signature in database

View File

@ -61,6 +61,10 @@ stdenv.mkDerivation rec {
postPatch = ''
patchShebangs \
scripts/extract-release-date-from-doap-file.py
# Hack for https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3800
substituteInPlace ges/ges-frame-composition-meta.c \
--replace-fail "GstFrameCompositionApi" "GESFrameCompositionApi"
'';
meta = with lib; {