mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
pythonPackages: introduce top-level tornado_5
This commit is contained in:
parent
58fd044ad0
commit
42fa7a9108
@ -6939,8 +6939,12 @@ in {
|
||||
else
|
||||
callPackage ../development/python-modules/tornado/5.nix { };
|
||||
|
||||
# Used by circus and grab-site, 2020-08-29
|
||||
tornado_4 = callPackage ../development/python-modules/tornado/4.nix { };
|
||||
|
||||
# Used by luigi, 2020-08-29
|
||||
tornado_5 = callPackage ../development/python-modules/tornado/5.nix { };
|
||||
|
||||
tokenlib = callPackage ../development/python-modules/tokenlib { };
|
||||
|
||||
tunigo = callPackage ../development/python-modules/tunigo { };
|
||||
|
Loading…
Reference in New Issue
Block a user