mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 17:51:40 -05:00
fix: recommonmark?
This commit is contained in:
parent
e05e58aaba
commit
800c3b0b48
1 changed files with 1 additions and 1 deletions
|
@ -2191,7 +2191,7 @@ lib.composeManyExtensions [
|
|||
|
||||
rich = super.rich.overridePythonAttrs (
|
||||
old: {
|
||||
buildInputs = (old.buildInputs or [ ]) ++ [ self.commonmark ];
|
||||
buildInputs = (old.buildInputs or [ ]) ++ [ self.CommonMark ];
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue