mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 09:41:39 -05:00
fix: Add commonmark to rich build inputs
This commit is contained in:
parent
b781f3cea5
commit
449c73e40b
1 changed files with 6 additions and 0 deletions
|
@ -2185,6 +2185,12 @@ lib.composeManyExtensions [
|
|||
}
|
||||
);
|
||||
|
||||
rich = super.rich.overridePythonAttrs (
|
||||
old: {
|
||||
buildInputs = (old.buildInputs or [ ]) ++ [ self.commonmark ];
|
||||
}
|
||||
);
|
||||
|
||||
rockset = super.rockset.overridePythonAttrs (
|
||||
old: {
|
||||
postPatch = ''
|
||||
|
|
Loading…
Add table
Reference in a new issue