From 03128a1f486eac4d9315622bb8228684c3ed4c04 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 26 May 2022 17:07:29 +0200 Subject: [PATCH] python310Packages.pyprecice: remove whitespaces --- pkgs/development/python-modules/pyprecice/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pyprecice/default.nix b/pkgs/development/python-modules/pyprecice/default.nix index 4a78da435256..621850742af2 100644 --- a/pkgs/development/python-modules/pyprecice/default.nix +++ b/pkgs/development/python-modules/pyprecice/default.nix @@ -34,7 +34,7 @@ buildPythonPackage rec { # Disable Test because everything depends on open mpi which requires network doCheck = false; - + # Do not use pythonImportsCheck because this will also initialize mpi which requires a network interface meta = with lib; {