diff options
Diffstat (limited to 'pkgs/development/python-modules/conway-polynomials/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/conway-polynomials/default.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/conway-polynomials/default.nix b/pkgs/development/python-modules/conway-polynomials/default.nix index d5b57a10aa39..fdf3f76a122e 100644 --- a/pkgs/development/python-modules/conway-polynomials/default.nix +++ b/pkgs/development/python-modules/conway-polynomials/default.nix @@ -1,6 +1,7 @@ -{ lib -, fetchPypi -, buildPythonPackage +{ + lib, + fetchPypi, + buildPythonPackage, }: buildPythonPackage rec { |
