Merge pull request #179494 from mweinelt/mkdocs-macro-dateutil-alias

This commit is contained in:
Martin Weinelt 2022-06-29 00:33:57 +02:00 committed by GitHub
commit 8a8a0ad0aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
, mkdocs-macros , mkdocs-macros
, mkdocs-material , mkdocs-material
, jinja2 , jinja2
, dateutil , python-dateutil
, termcolor , termcolor
, pyyaml , pyyaml
, runCommand , runCommand
@ -24,8 +24,8 @@ buildPythonPackage rec {
propagatedBuildInputs = [ propagatedBuildInputs = [
jinja2 jinja2
dateutil
termcolor termcolor
python-dateutil
pyyaml pyyaml
mkdocs mkdocs
]; ];