about summary refs log tree commit diff
path: root/pkgs/development/python-modules/mpi4py/default.nix
diff options
context:
space:
mode:
authorAndreas Herrmann <andreash87@gmx.ch>2014-09-03 21:31:00 +0200
committerAndreas Herrmann <andreash87@gmx.ch>2014-09-03 21:32:36 +0200
commitf50c5602e9c0519c9fe4cd0ea34696028332f99b (patch)
tree5adca2013c61a8e149c5374d601f1e4e904fcbad /pkgs/development/python-modules/mpi4py/default.nix
parent728793ef0bb7dd3ebf0bb4471492eed6f3a1a8ab (diff)
mpi4py: Adhere to package description convention
Diffstat (limited to 'pkgs/development/python-modules/mpi4py/default.nix')
-rw-r--r--pkgs/development/python-modules/mpi4py/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/mpi4py/default.nix b/pkgs/development/python-modules/mpi4py/default.nix
index 6c487dc07ad08..4422c4e9f37a1 100644
--- a/pkgs/development/python-modules/mpi4py/default.nix
+++ b/pkgs/development/python-modules/mpi4py/default.nix
@@ -46,9 +46,8 @@ buildPythonPackage rec {
   propagatedBuildInputs = [ openssh ];
 
   meta = {
-    description = "
-      Provides Python bindings for the Message Passing Interface standard.
-    ";
+    description =
+      "Provides Python bindings for the Message Passing Interface standard";
     homepage = "http://code.google.com/p/mpi4py/";
     license = stdenv.lib.licenses.bsd3;
   };