python311Packages.outlines: mark as broken

This commit is contained in:
Doron Behar 2024-07-18 13:43:11 +03:00
parent 2798c7a0d0
commit 37217cbd08

View File

@ -57,5 +57,7 @@ buildPythonPackage rec {
homepage = "https://github.com/outlines-dev/outlines";
license = licenses.asl20;
maintainers = with maintainers; [ lach ];
# Missing dependencies since the last update
broken = true;
};
}