Commit 47728c43 authored by Chuang Zhu's avatar Chuang Zhu Committed by Robert Schütz
Browse files

manim: fix build

parent 41eb952b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];