mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 18:42:15 +00:00
pythonPackages.jsondate: in sorted order in python-packages
This commit is contained in:
parent
037e35da2d
commit
cf62c0e884
|
@ -10046,6 +10046,8 @@ in {
|
|||
inherit (self) systemd pytest;
|
||||
};
|
||||
|
||||
jsondate = callPackage ../development/python-modules/jsondate { };
|
||||
|
||||
jsonnet = buildPythonPackage {
|
||||
inherit (pkgs.jsonnet) name src;
|
||||
# Python 3 is not yet supported https://github.com/google/jsonnet/pull/335
|
||||
|
@ -24413,8 +24415,6 @@ EOF
|
|||
|
||||
ephem = callPackage ../development/python-modules/ephem { };
|
||||
|
||||
jsondate = callPackage ../development/python-modules/jsondate { };
|
||||
|
||||
});
|
||||
|
||||
in fix' (extends overrides packages)
|
||||
|
|
Loading…
Reference in a new issue