From bfbb7882ca10e7c1282b49daeb186bc9badd3b9f Mon Sep 17 00:00:00 2001 From: staticdev Date: Thu, 16 Jul 2026 10:12:27 +0200 Subject: [PATCH] python3Packages.beets: mark bpsync plugin deprecated The plugin depends on the retired Beatport API and is no longer functional. Assisted-by: Codex (GPT-5) --- pkgs/development/python-modules/beets/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/beets/default.nix b/pkgs/development/python-modules/beets/default.nix index 47269e66701a..9e6efcc22558 100644 --- a/pkgs/development/python-modules/beets/default.nix +++ b/pkgs/development/python-modules/beets/default.nix @@ -279,6 +279,8 @@ buildPythonPackage (finalAttrs: { bpd = { }; bpm.testPaths = [ ]; bpsync = { + # plugin retired: https://github.com/beetbox/beets/issues/3862. + deprecated = true; testPaths = [ ]; }; bucket = { };