beets: disable for Python 3.14
Tracking https://github.com/beetbox/beets/issues/6232 .
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user