fix: Add commonmark to rich build inputs

This commit is contained in:
Victor Engmark 2023-02-03 16:08:02 +13:00 committed by adisbladis
parent b781f3cea5
commit 449c73e40b

View file

@ -2185,6 +2185,12 @@ lib.composeManyExtensions [
}
);
rich = super.rich.overridePythonAttrs (
old: {
buildInputs = (old.buildInputs or [ ]) ++ [ self.commonmark ];
}
);
rockset = super.rockset.overridePythonAttrs (
old: {
postPatch = ''