python3Packages.manim: fix build (#380526)
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
let
|
||||
inherit (python3Packages)
|
||||
buildPythonApplication
|
||||
setuptools
|
||||
gitpython
|
||||
manim
|
||||
opencv4
|
||||
@@ -35,7 +36,7 @@ buildPythonApplication {
|
||||
|
||||
patches = [ ./tests.patch ];
|
||||
|
||||
build-system = [ ];
|
||||
build-system = [ setuptools ];
|
||||
|
||||
pythonRemoveDeps = [ "opencv-python-headless" ];
|
||||
|
||||
|
||||
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user