mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 15:41:16 +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)
(cherry picked from commit bfbb7882ca)
This commit is contained in:
committed by
github-actions[bot]
parent
f58d893cb6
commit
f9ff7e7a12
@@ -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