about summary refs log tree commit diff
path: root/pkgs/top-level/python-aliases.nix
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-07-02 21:58:04 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2021-07-05 09:10:15 +0200
commitac15a8ad8bb525be86be31b71cbea26c53586c0c (patch)
tree3deb34d3ee5cfff4b2bebe6e2c2825b6d6b304e6 /pkgs/top-level/python-aliases.nix
parent02de971fc24ad37eef13a914112cb5addf63381e (diff)
python3Packages.discogs-client: rename from discogs_client
Diffstat (limited to 'pkgs/top-level/python-aliases.nix')
-rw-r--r--pkgs/top-level/python-aliases.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/top-level/python-aliases.nix b/pkgs/top-level/python-aliases.nix
index 887ae8a149a2b..07991d03bcab0 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -37,8 +37,9 @@ mapAliases ({
   bugseverywhere = throw "bugseverywhere has been removed: Abandoned by upstream."; # Added 2019-11-27
   dateutil = python-dateutil; # added 2021-07-03
   detox = throw "detox is no longer maintained, and was broken since may 2019"; # added 2020-07-04
-  diff_cover = diff-cover; # added 2021-07-02
   dftfit = throw "it's dependency lammps-cython no longer builds";
+  diff_cover = diff-cover; # added 2021-07-02
+  discogs_client = discogs-client; # added 2021-07-02
   dns = dnspython; # Alias for compatibility, 2017-12-10
   faulthandler = throw "faulthandler is built into ${python.executable}";
   gitdb2 = throw "gitdb2 has been deprecated, use gitdb instead."; # added 2020-03-14