mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
mpi4py: Adhere to package description convention
This commit is contained in:
parent
728793ef0b
commit
f50c5602e9
@ -46,9 +46,8 @@ buildPythonPackage rec {
|
|||||||
propagatedBuildInputs = [ openssh ];
|
propagatedBuildInputs = [ openssh ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "
|
description =
|
||||||
Provides Python bindings for the Message Passing Interface standard.
|
"Provides Python bindings for the Message Passing Interface standard";
|
||||||
";
|
|
||||||
homepage = "http://code.google.com/p/mpi4py/";
|
homepage = "http://code.google.com/p/mpi4py/";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user