pythonPackages.jsondate: in sorted order in python-packages
This commit is contained in:
parent
037e35da2d
commit
cf62c0e884
1 changed files with 2 additions and 2 deletions
|
@ -10046,6 +10046,8 @@ in {
|
||||||
inherit (self) systemd pytest;
|
inherit (self) systemd pytest;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
jsondate = callPackage ../development/python-modules/jsondate { };
|
||||||
|
|
||||||
jsonnet = buildPythonPackage {
|
jsonnet = buildPythonPackage {
|
||||||
inherit (pkgs.jsonnet) name src;
|
inherit (pkgs.jsonnet) name src;
|
||||||
# Python 3 is not yet supported https://github.com/google/jsonnet/pull/335
|
# Python 3 is not yet supported https://github.com/google/jsonnet/pull/335
|
||||||
|
@ -24413,8 +24415,6 @@ EOF
|
||||||
|
|
||||||
ephem = callPackage ../development/python-modules/ephem { };
|
ephem = callPackage ../development/python-modules/ephem { };
|
||||||
|
|
||||||
jsondate = callPackage ../development/python-modules/jsondate { };
|
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
in fix' (extends overrides packages)
|
in fix' (extends overrides packages)
|
||||||
|
|
Loading…
Reference in a new issue