beetsPackages.copyartifacts: mark as broken

This commit is contained in:
Doron Behar
2025-10-03 16:00:29 +03:00
parent 22012fafdb
commit 180bb5233e
@@ -56,5 +56,7 @@ python3Packages.buildPythonApplication rec {
changelog = "https://github.com/adammillerio/beets-copyartifacts/releases/tag/${src.tag}";
license = lib.licenses.mit;
inherit (beets.meta) platforms;
# Isn't compatible with beets >= 2.3
broken = true;
};
}