mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 09:41:39 -05:00
overrides: CommonMark -> commonmark
This commit is contained in:
parent
50a3ad54ac
commit
ba804e5d8f
1 changed files with 2 additions and 2 deletions
|
@ -2203,13 +2203,13 @@ lib.composeManyExtensions [
|
|||
|
||||
recommonmark = super.rich.overridePythonAttrs (
|
||||
old: {
|
||||
buildInputs = (old.buildInputs or [ ]) ++ [ self.CommonMark ];
|
||||
buildInputs = (old.buildInputs or [ ]) ++ [ self.commonmark ];
|
||||
}
|
||||
);
|
||||
|
||||
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