gst_all_1.gst_editing_service: fix cross compilation

python3 is used both during the build process (nativeBuildInputs)
and #include'd/linked to by ges-formatter.c (buildInputs)
This commit is contained in:
Colin
2023-04-15 19:11:36 +03:00
committed by Artturin
parent 3c070a08ff
commit 5b82c9d52c
@@ -35,7 +35,6 @@ stdenv.mkDerivation rec {
pkg-config
gettext
gobject-introspection
gst-devtools
python3
flex
@@ -47,6 +46,8 @@ stdenv.mkDerivation rec {
bash-completion
libxml2
gobject-introspection
gst-devtools
python3
];
propagatedBuildInputs = [