fix: recommonmark?

This commit is contained in:
Ryan Swart 2023-02-05 19:29:35 +08:00 committed by adisbladis
parent e05e58aaba
commit 800c3b0b48

View file

@ -2191,7 +2191,7 @@ lib.composeManyExtensions [
rich = super.rich.overridePythonAttrs (
old: {
buildInputs = (old.buildInputs or [ ]) ++ [ self.commonmark ];
buildInputs = (old.buildInputs or [ ]) ++ [ self.CommonMark ];
}
);