diff --git a/pkgs/development/python-modules/moviepy/default.nix b/pkgs/development/python-modules/moviepy/default.nix index 693d5cf5d7f..6e75b8ddaea 100644 --- a/pkgs/development/python-modules/moviepy/default.nix +++ b/pkgs/development/python-modules/moviepy/default.nix @@ -4,7 +4,10 @@ , numpy , decorator , imageio +, imageio-ffmpeg , isPy3k +, proglog +, requests , tqdm }: @@ -19,7 +22,7 @@ buildPythonPackage rec { # No tests doCheck = false; - propagatedBuildInputs = [ numpy decorator imageio tqdm ]; + propagatedBuildInputs = [ numpy decorator imageio imageio-ffmpeg tqdm requests proglog ]; meta = with stdenv.lib; { description = "Video editing with Python";