python3Packages.django-fsm: fix Python parameter

This commit is contained in:
FliegendeWurst
2025-03-31 09:28:52 +02:00
parent 4534205b61
commit 73def4bb82

View File

@@ -4,7 +4,7 @@
fetchFromGitHub,
setuptools,
django,
python3,
python,
django-guardian,
}:
@@ -27,7 +27,7 @@ buildPythonPackage rec {
checkInputs = [ django-guardian ];
checkPhase = ''
${python3.interpreter} tests/manage.py test
${python.interpreter} tests/manage.py test
'';
pythonImportsCheck = [ "django_fsm" ];