python311Packages.flax: mark as broken

Requires orbax which is not available in Nixpkgs
This commit is contained in:
Fabian Affolter 2023-05-18 21:36:59 +02:00
parent c35f96ef72
commit 192910cd70

View file

@ -88,5 +88,7 @@ buildPythonPackage rec {
changelog = "https://github.com/google/flax/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ ndl ];
# Requires orbax which is not available
broken = true;
};
}