Merge pull request #210881 from mweinelt/beets-unicompat-fix

authored by Martin Weinelt and committed by GitHub a728ce40 309a79d1

+6
+6
pkgs/tools/audio/beets/common.nix
··· 1 1 { stdenv 2 + , fetchpatch 2 3 , bashInteractive 3 4 , diffPlugins 4 5 , glibcLocales ··· 51 52 patches = [ 52 53 # Bash completion fix for Nix 53 54 ./patches/bash-completion-always-print.patch 55 + (fetchpatch { 56 + # Fix unidecode>=1.3.5 compat 57 + url = "https://github.com/beetbox/beets/commit/5ae1e0f3c8d3a450cb39f7933aa49bb78c2bc0d9.patch"; 58 + hash = "sha256-gqkrE+U1j3tt1qPRJufTGS/GftaSw/gweXunO/mCVG8="; 59 + }) 54 60 ]; 55 61 56 62 propagatedBuildInputs = with python3Packages; [