Commit 592ecaaa authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.distrax: mark as broken on darwin

parent b892aeec
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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
    ];
  };
}