python3Packages.manim: fix build

This commit is contained in:
Defelo
2025-02-09 04:21:01 +01:00
parent 830fdc986d
commit 0304b73bbf
@@ -6,6 +6,7 @@
# build-system
poetry-core,
setuptools,
# buildInputs
cairo,
@@ -197,6 +198,7 @@ buildPythonPackage rec {
build-system = [
poetry-core
setuptools
];
patches = [ ./pytest-report-header.patch ];