Commit 9a3403ba authored by Robert Schütz's avatar Robert Schütz
Browse files

python310Packages.schema-salad: mark broken

It is incompatible with mistune v3.
parent 19657c7f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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";
  };
}