12 # Advanced image processing (triples size of output)
13 , advancedProcessing ? false
21 buildPythonPackage rec {
25 disabled = pythonOlder "3.5";
28 inherit pname version;
29 sha256 = "2884e35d1788077db3ff89e763c5ba7bfddbd7ae9108c9bc809e7ba58fa433f5";
33 substituteInPlace setup.py \
34 --replace "decorator>=4.0.2,<5.0" "decorator>=4.0.2,<6.0"
37 # No tests, require network connection
40 propagatedBuildInputs = [
48 ] ++ lib.optionals advancedProcessing [
57 description = "Video editing with Python";
58 homepage = "https://zulko.github.io/moviepy/";
59 license = licenses.mit;
60 maintainers = with maintainers; [ ];