mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 17:51:40 -05:00
mkdocs: fix babel
package case
This commit is contained in:
parent
f27dae13de
commit
84f6394092
1 changed files with 1 additions and 1 deletions
|
@ -2729,7 +2729,7 @@ lib.composeManyExtensions [
|
|||
});
|
||||
|
||||
mkdocs = super.mkdocs.overridePythonAttrs (old: {
|
||||
propagatedBuildInputs = old.propagatedBuildInputs or [ ] ++ [ self.Babel ];
|
||||
propagatedBuildInputs = old.propagatedBuildInputs or [ ] ++ [ self.babel ];
|
||||
});
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue