about summary refs log tree commit diff
path: root/pkgs/top-level/python-aliases.nix
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2023-02-05 20:56:08 -0800
committerRobert Schütz <github@dotlambda.de>2023-02-25 23:41:15 -0800
commit9d9ea5188bc8de19488c8173801894acadb7f654 (patch)
tree9c616b428715a94547c8826c244dad0dc3210bbc /pkgs/top-level/python-aliases.nix
parentc27a1a105e785a208b797fd4befe7d8a5291fd57 (diff)
glasgow: move out of python3Packages
It is a command line tool, not a Python module.
Diffstat (limited to 'pkgs/top-level/python-aliases.nix')
-rw-r--r--pkgs/top-level/python-aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/python-aliases.nix b/pkgs/top-level/python-aliases.nix
index ab41f5c357ef8..7200ef5bf53fe 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -97,6 +97,7 @@ mapAliases ({
   gitdb2 = throw "gitdb2 has been deprecated, use gitdb instead."; # added 2020-03-14
   GitPython = gitpython; # added 2022-10-28
   glances = throw "glances has moved to pkgs.glances"; # added 2020-20-28
+  glasgow = throw "glasgow has been promoted to a top-level attribute"; # added 2023-02-05
   google_api_python_client = google-api-python-client; # added 2021-03-19
   googleapis_common_protos = googleapis-common-protos; # added 2021-03-19
   graphite_api = throw "graphite_api was removed, because it is no longer maintained"; # added 2022-07-10