mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-17 22:28:55 +00:00
python3Packages.beets: mark bpsync plugin deprecated
The plugin depends on the retired Beatport API and is no longer functional. Assisted-by: Codex (GPT-5)
This commit is contained in:
@@ -279,6 +279,8 @@ buildPythonPackage (finalAttrs: {
|
||||
bpd = { };
|
||||
bpm.testPaths = [ ];
|
||||
bpsync = {
|
||||
# plugin retired: https://github.com/beetbox/beets/issues/3862.
|
||||
deprecated = true;
|
||||
testPaths = [ ];
|
||||
};
|
||||
bucket = { };
|
||||
|
||||
Reference in New Issue
Block a user