summary refs log tree commit diff
path: root/pkgs/top-level/python-packages.nix
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2022-03-07 20:02:23 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-03-07 12:25:59 -0800
commit0482396f2f69e8a2c19c945b6ba91f3409dc9ffc (patch)
treec590ea3dcc2486d8dc6a77a9b284309f85593e0b /pkgs/top-level/python-packages.nix
parentaa9b3f4a934ca30dcc31893f51ec39e8e31ebb74 (diff)
downloadnixpkgs-0482396f2f69e8a2c19c945b6ba91f3409dc9ffc.tar
nixpkgs-0482396f2f69e8a2c19c945b6ba91f3409dc9ffc.tar.gz
nixpkgs-0482396f2f69e8a2c19c945b6ba91f3409dc9ffc.tar.bz2
nixpkgs-0482396f2f69e8a2c19c945b6ba91f3409dc9ffc.tar.lz
nixpkgs-0482396f2f69e8a2c19c945b6ba91f3409dc9ffc.tar.xz
nixpkgs-0482396f2f69e8a2c19c945b6ba91f3409dc9ffc.tar.zst
nixpkgs-0482396f2f69e8a2c19c945b6ba91f3409dc9ffc.zip
python3Packages.pytwitchapi: make alias of twitchapi
The project is called twitchapi on PyPI.
Diffstat (limited to 'pkgs/top-level/python-packages.nix')
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index b72a6fb062d..20a757033a1 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -8341,8 +8341,6 @@ in {
 
   pytweening = callPackage ../development/python-modules/pytweening { };
 
-  pytwitchapi = callPackage ../development/python-modules/pytwitchapi { };
-
   pytz = callPackage ../development/python-modules/pytz { };
 
   pytz-deprecation-shim = callPackage ../development/python-modules/pytz-deprecation-shim { };