mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 06:28:50 +03:00
manim: fix build
This commit is contained in:
parent
41eb952bbb
commit
47728c4392
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user