beets: disable for Python 3.14

Tracking https://github.com/beetbox/beets/issues/6232 .
This commit is contained in:
Doron Behar
2026-01-26 10:43:16 +02:00
parent 1260a929cf
commit 129d05c889
@@ -27,6 +27,7 @@
lib,
stdenv,
buildPythonPackage,
pythonAtLeast,
fetchFromGitHub,
# build-system
@@ -119,6 +120,8 @@ buildPythonPackage (finalAttrs: {
hash = "sha256-H3jcEHyK13+RHVlV4zp+8M3LZ0Jc2FdmAbLpekGozLA=";
};
pyproject = true;
# Waiting for https://github.com/beetbox/beets/pull/6267
disabled = pythonAtLeast "3.14";
patches = [
# Bash completion fix for Nix