fabs: Don't use alias for python-dateutil
It breaks evaluation without aliases enabled.
This commit is contained in:
parent
fdb1739028
commit
853a90c2d7
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
alembic
|
||||
dateutil
|
||||
python-dateutil
|
||||
pyyaml
|
||||
setuptools
|
||||
sqlalchemy
|
||||
|
|
Loading…
Reference in a new issue