git-sim: fix build

This commit is contained in:
Defelo
2025-02-09 04:41:26 +01:00
parent 0304b73bbf
commit dc92283452
+2 -1
View File
@@ -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" ];