From edc3559c1ae1cd1edeff11af52ae768359b38ba6 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Sat, 8 Dec 2018 16:35:24 +0100 Subject: [PATCH] pitivi: gst-transcoder: add python3 to nativeBuildInputs, fails otherwise --- pkgs/applications/video/pitivi/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/video/pitivi/default.nix b/pkgs/applications/video/pitivi/default.nix index 57ee1cf1275..6aaa4b674a9 100644 --- a/pkgs/applications/video/pitivi/default.nix +++ b/pkgs/applications/video/pitivi/default.nix @@ -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 ]; };