python312Packages.distrax: mark as broken on darwin

This commit is contained in:
Gaetan Lepage
2025-01-12 19:28:26 +01:00
parent b892aeec24
commit 592ecaaa4e
@@ -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
];
};
}