python312Packages.distrax: mark as broken on darwin
This commit is contained in:
@@ -99,5 +99,9 @@ buildPythonPackage rec {
|
||||
changelog = "https://github.com/google-deepmind/distrax/releases/tag/v${version}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ onny ];
|
||||
badPlatforms = [
|
||||
# SystemError: nanobind::detail::nb_func_error_except(): exception could not be translated!
|
||||
lib.systems.inspect.patterns.isDarwin
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user