Commit 6214e768 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python311Packages.sfepy: mark as broken on darwin

parent 967b3047
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
  };
}