python3Packages.manim: fix build (#380526)

authored by Gaétan Lepage and committed by GitHub d88aa729 e47020e3

+4 -1
+2 -1
pkgs/by-name/gi/git-sim/package.nix
··· 8 8 let 9 9 inherit (python3Packages) 10 10 buildPythonApplication 11 + setuptools 11 12 gitpython 12 13 manim 13 14 opencv4 ··· 35 36 36 37 patches = [ ./tests.patch ]; 37 38 38 - build-system = [ ]; 39 + build-system = [ setuptools ]; 39 40 40 41 pythonRemoveDeps = [ "opencv-python-headless" ]; 41 42
+2
pkgs/development/python-modules/manim/default.nix
··· 6 6 7 7 # build-system 8 8 poetry-core, 9 + setuptools, 9 10 10 11 # buildInputs 11 12 cairo, ··· 197 198 198 199 build-system = [ 199 200 poetry-core 201 + setuptools 200 202 ]; 201 203 202 204 patches = [ ./pytest-report-header.patch ];