pitivi: gst-transcoder: add python3 to nativeBuildInputs, fails otherwise

This commit is contained in:
Michael Raskin 2018-12-08 16:35:24 +01:00
parent 02f8d66efa
commit edc3559c1a

@ -18,7 +18,7 @@ let
url = "https://github.com/pitivi/gst-transcoder/archive/${version}.tar.gz";
sha256 = "0cnwmrsd321s02ff91m3j27ydj7f8wks0jvmp5admlhka6z7zxm9";
};
nativeBuildInputs = [ pkgconfig meson ninja gobjectIntrospection ];
nativeBuildInputs = [ pkgconfig meson ninja gobjectIntrospection python3 ];
buildInputs = with gst; [ gstreamer gst-plugins-base ];
};