Merge pull request #131003 from SuperSandro2000/discogs_client
treewide: remove discogs_client alias
This commit is contained in:
commit
b89564d952
2 changed files with 3 additions and 3 deletions
|
@ -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 a new issue