Merge pull request #248877 from tjni/mpi4py

python3.pkgs.mpi4py: fix sandbox darwin build
This commit is contained in:
Weijia Wang 2023-08-13 16:16:41 +02:00 committed by GitHub
commit 821e188af5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,6 +43,8 @@ buildPythonPackage rec {
nativeBuildInputs = [ mpi ];
__darwinAllowLocalNetworking = true;
nativeCheckInputs = [ openssh ];
meta = with lib; {