python311Packages.statsmodel: Mark as broken on darwin
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user