mkdocs: fix babel package case

This commit is contained in:
Phillip Cloud 2022-12-10 09:06:59 -05:00
parent f27dae13de
commit 84f6394092
No known key found for this signature in database
GPG key ID: D908212070FD785E

View file

@ -2729,7 +2729,7 @@ lib.composeManyExtensions [
});
mkdocs = super.mkdocs.overridePythonAttrs (old: {
propagatedBuildInputs = old.propagatedBuildInputs or [ ] ++ [ self.Babel ];
propagatedBuildInputs = old.propagatedBuildInputs or [ ] ++ [ self.babel ];
});
}
)