manim: fix build

This commit is contained in:
Chuang Zhu 2022-11-14 09:39:28 +08:00 committed by Robert Schütz
parent 41eb952bbb
commit 47728c4392

View file

@ -64,6 +64,7 @@ in python3.pkgs.buildPythonApplication rec {
--replace "--no-cov-on-fail --cov=manim --cov-report xml --cov-report term" "" \
--replace 'cloup = "^0.13.0"' 'cloup = "*"' \
--replace 'mapbox-earcut = "^0.12.10"' 'mapbox-earcut = "*"' \
--replace 'click = ">=7.2<=9.0"' 'click = ">=7.2,<=9.0"' # https://github.com/ManimCommunity/manim/pull/2954
'';
buildInputs = [ cairo ];