mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
python311Packages.sfepy: unbreak on Darwin
This commit is contained in:
parent
ec95f77a6b
commit
0cd8bd9aa0
1 changed files with 0 additions and 4 deletions
|
@ -17,12 +17,9 @@
|
|||
python,
|
||||
sympy,
|
||||
meshio,
|
||||
mpi4py,
|
||||
psutil,
|
||||
openssh,
|
||||
pyvista,
|
||||
pytest,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -89,6 +86,5 @@ buildPythonPackage rec {
|
|||
description = "Simple Finite Elements in Python";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ wd15 ];
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue