python311Packages.sfepy: mark as broken on darwin

This commit is contained in:
Gaetan Lepage
2024-05-21 09:02:26 +02:00
parent 967b304743
commit 6214e768ed
@@ -16,6 +16,7 @@
, pyvista
, pytest
, pythonOlder
, stdenv
}:
buildPythonPackage rec {
@@ -76,5 +77,6 @@ buildPythonPackage rec {
description = "Simple Finite Elements in Python";
license = licenses.bsd3;
maintainers = with maintainers; [ wd15 ];
broken = stdenv.isDarwin;
};
}