python3.pkgs.mpi4py: fix sandbox darwin build

This commit is contained in:
Theodore Ni 2023-08-13 01:52:46 -07:00
parent 0ee26e358a
commit 67c2424991
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474

View file

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