python311Packages.statsmodel: Mark as broken on darwin

This commit is contained in:
Gaetan Lepage
2024-05-10 15:17:58 +02:00
parent d029669a9a
commit 10264bfa00
@@ -10,6 +10,7 @@
, scipy
, setuptools
, setuptools-scm
, stdenv
}:
buildPythonPackage rec {
@@ -57,5 +58,7 @@ buildPythonPackage rec {
homepage = "https://www.github.com/statsmodels/statsmodels";
changelog = "https://github.com/statsmodels/statsmodels/releases/tag/v${version}";
license = licenses.bsd3;
# Fails at build time
broken = stdenv.isDarwin;
};
}