beets: disable for Python 3.14 (#483907)

This commit is contained in:
Sandro
2026-01-26 13:35:23 +00:00
committed by GitHub
@@ -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