mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
python3Packages.django-fsm: fix Python parameter
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user