mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
python3Packages.mkdocs-macros: use python-dateutil directly
and not via dateutil alias. Breaks build without aliases enabled.
This commit is contained in:
parent
58ffd047e0
commit
336e11b0ca
@ -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
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user