diff options
Diffstat (limited to 'pkgs/development/python-modules/mpi4py/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/mpi4py/default.nix | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/mpi4py/default.nix b/pkgs/development/python-modules/mpi4py/default.nix index 9119db8a204b..1c3d0a2f850f 100644 --- a/pkgs/development/python-modules/mpi4py/default.nix +++ b/pkgs/development/python-modules/mpi4py/default.nix @@ -1,5 +1,12 @@ -{ lib, fetchPypi, fetchpatch, python, buildPythonPackage -, mpi, mpiCheckPhaseHook, openssh +{ + lib, + fetchPypi, + fetchpatch, + python, + buildPythonPackage, + mpi, + mpiCheckPhaseHook, + openssh, }: buildPythonPackage rec { @@ -42,7 +49,10 @@ buildPythonPackage rec { __darwinAllowLocalNetworking = true; - nativeCheckInputs = [ openssh mpiCheckPhaseHook ]; + nativeCheckInputs = [ + openssh + mpiCheckPhaseHook + ]; meta = with lib; { description = "Python bindings for the Message Passing Interface standard"; |
