python310Packages.distrax: mark as broken
This commit is contained in:
parent
0207af197f
commit
c2a92301ee
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user