python310Packages.distrax: mark as broken

This commit is contained in:
Fabian Affolter 2022-12-28 22:13:04 +01:00
parent 0207af197f
commit c2a92301ee

View File

@ -6,7 +6,8 @@
, chex
, dm-haiku
, pytestCheckHook
, jaxlib }:
, jaxlib
}:
buildPythonPackage rec {
pname = "distrax";
@ -53,5 +54,7 @@ buildPythonPackage rec {
homepage = "https://github.com/deepmind/distrax";
license = licenses.asl20;
maintainers = with maintainers; [ onny ];
# Broken on all platforms (starting 2022-07-27)
broken = true;
};
}