treewide: remove discogs_client alias
This commit is contained in:
parent
99d4811dee
commit
1f183abb9e
@ -176,7 +176,7 @@
|
||||
"digital_ocean" = ps: with ps; [ digital-ocean ];
|
||||
"digitalloggers" = ps: with ps; [ ]; # missing inputs: dlipower
|
||||
"directv" = ps: with ps; [ directv ];
|
||||
"discogs" = ps: with ps; [ discogs_client ];
|
||||
"discogs" = ps: with ps; [ discogs-client ];
|
||||
"discord" = ps: with ps; [ discordpy ];
|
||||
"discovery" = ps: with ps; [ aiohttp-cors ifaddr netdisco zeroconf ];
|
||||
"dlib_face_detect" = ps: with ps; [ face_recognition ];
|
||||
|
@ -133,7 +133,7 @@ in pythonPackages.buildPythonApplication rec {
|
||||
++ lib.optional enableAcoustid pythonPackages.pyacoustid
|
||||
++ lib.optional enableBeatport pythonPackages.requests_oauthlib
|
||||
++ lib.optional enableConvert ffmpeg
|
||||
++ lib.optional enableDiscogs pythonPackages.discogs_client
|
||||
++ lib.optional enableDiscogs pythonPackages.discogs-client
|
||||
++ lib.optional (enableFetchart
|
||||
|| enableDeezer
|
||||
|| enableEmbyupdate
|
||||
@ -175,7 +175,7 @@ in pythonPackages.buildPythonApplication rec {
|
||||
# https://github.com/beetbox/beets/blob/v1.4.9/setup.py
|
||||
pylast
|
||||
mpd2
|
||||
discogs_client
|
||||
discogs-client
|
||||
pyxdg
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user