mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
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:
parent
5b93c843c9
commit
394142ea50
@ -61,6 +61,10 @@ stdenv.mkDerivation rec {
|
|||||||
postPatch = ''
|
postPatch = ''
|
||||||
patchShebangs \
|
patchShebangs \
|
||||||
scripts/extract-release-date-from-doap-file.py
|
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; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user