Commit 5b82c9d5 authored by Colin's avatar Colin Committed by Artturin
Browse files

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)
parent 3c070a08
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 = [