about summary refs log tree commit diff
path: root/pkgs/tools/audio
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-15 12:03:41 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-15 12:03:41 +0100
commit7d75060573099aaeebb94277175c214e64f207d6 (patch)
tree959e425645550504dedcece5cd2649d6d7746199 /pkgs/tools/audio
parent2d798b38ac8473e7cc6a3d4b38d7651cbd56fda5 (diff)
beets: Apply patch to fix unidecode>1.3.5 compat
Diffstat (limited to 'pkgs/tools/audio')
-rw-r--r--pkgs/tools/audio/beets/common.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/tools/audio/beets/common.nix b/pkgs/tools/audio/beets/common.nix
index a79c16fe695cd..f26881d91c93a 100644
--- a/pkgs/tools/audio/beets/common.nix
+++ b/pkgs/tools/audio/beets/common.nix
@@ -1,4 +1,5 @@
 { stdenv
+, fetchpatch
 , bashInteractive
 , diffPlugins
 , glibcLocales
@@ -51,6 +52,11 @@ python3Packages.buildPythonApplication rec {
   patches = [
     # Bash completion fix for Nix
     ./patches/bash-completion-always-print.patch
+    (fetchpatch {
+      # Fix unidecode>=1.3.5 compat
+      url = "https://github.com/beetbox/beets/commit/5ae1e0f3c8d3a450cb39f7933aa49bb78c2bc0d9.patch";
+      hash = "sha256-gqkrE+U1j3tt1qPRJufTGS/GftaSw/gweXunO/mCVG8=";
+    })
   ];
 
   propagatedBuildInputs = with python3Packages; [