python310Packages.schema-salad: mark broken

It is incompatible with mistune v3.
This commit is contained in:
Robert Schütz 2023-09-12 22:26:45 -07:00
parent 19657c7fd6
commit 9a3403ba41

View file

@ -75,5 +75,7 @@ buildPythonPackage rec {
changelog = "https://github.com/common-workflow-language/schema_salad/releases/tag/${version}";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ veprbl ];
# https://github.com/common-workflow-language/schema_salad/issues/721
broken = versionAtLeast mistune.version "2.1";
};
}