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-material
, jinja2
, dateutil
, python-dateutil
, termcolor
, pyyaml
, runCommand
@ -24,8 +24,8 @@ buildPythonPackage rec {
propagatedBuildInputs = [
jinja2
dateutil
termcolor
python-dateutil
pyyaml
mkdocs
];