diff options
Diffstat (limited to 'pkgs/development/python-modules/graphlib-backport/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/graphlib-backport/default.nix | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/pkgs/development/python-modules/graphlib-backport/default.nix b/pkgs/development/python-modules/graphlib-backport/default.nix index 54d166a88ba2..7f91976b4c21 100644 --- a/pkgs/development/python-modules/graphlib-backport/default.nix +++ b/pkgs/development/python-modules/graphlib-backport/default.nix @@ -1,8 +1,9 @@ -{ lib -, fetchFromGitHub -, buildPythonPackage -, setuptools -, poetry-core +{ + lib, + fetchFromGitHub, + buildPythonPackage, + setuptools, + poetry-core, }: buildPythonPackage rec { |
