pythonPackages.inflection: in sorted order in python-packages

This commit is contained in:
Ilya Kolpakov 2017-12-03 21:58:24 +01:00
parent fb598605cd
commit 037e35da2d

View file

@ -9709,6 +9709,8 @@ in {
}; };
}; };
inflection = callPackage ../development/python-modules/inflection { };
influxdb = buildPythonPackage rec { influxdb = buildPythonPackage rec {
name = "influxdb-4.0.0"; name = "influxdb-4.0.0";
@ -24413,8 +24415,6 @@ EOF
jsondate = callPackage ../development/python-modules/jsondate { }; jsondate = callPackage ../development/python-modules/jsondate { };
inflection = callPackage ../development/python-modules/inflection { };
}); });
in fix' (extends overrides packages) in fix' (extends overrides packages)