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