diff options
Diffstat (limited to 'pkgs/development/python-modules/django-js-reverse/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/django-js-reverse/default.nix | 29 |
1 files changed, 13 insertions, 16 deletions
diff --git a/pkgs/development/python-modules/django-js-reverse/default.nix b/pkgs/development/python-modules/django-js-reverse/default.nix index a30330fcd9e4..9fedef235c11 100644 --- a/pkgs/development/python-modules/django-js-reverse/default.nix +++ b/pkgs/development/python-modules/django-js-reverse/default.nix @@ -1,14 +1,15 @@ -{ lib -, buildPythonPackage -, pythonAtLeast -, fetchpatch -, fetchFromGitHub -, python -, django -, packaging -, nodejs -, js2py -, six +{ + lib, + buildPythonPackage, + pythonAtLeast, + fetchpatch, + fetchFromGitHub, + python, + django, + packaging, + nodejs, + js2py, + six, }: buildPythonPackage rec { @@ -23,11 +24,7 @@ buildPythonPackage rec { hash = "sha256-i78UsxVwxyDAc8LrOVEXLG0tdidoQhvUx7GvPDaH0KY="; }; - propagatedBuildInputs = [ - django - ] ++ lib.optionals (pythonAtLeast "3.7") [ - packaging - ]; + propagatedBuildInputs = [ django ] ++ lib.optionals (pythonAtLeast "3.7") [ packaging ]; nativeCheckInputs = [ nodejs |
