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 { stdenv 2 , bashInteractive 3 , diffPlugins 4 , glibcLocales ··· 51 patches = [ 52 # Bash completion fix for Nix 53 ./patches/bash-completion-always-print.patch 54 ]; 55 56 propagatedBuildInputs = with python3Packages; [
··· 1 { stdenv 2 + , fetchpatch 3 , bashInteractive 4 , diffPlugins 5 , glibcLocales ··· 52 patches = [ 53 # Bash completion fix for Nix 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 + }) 60 ]; 61 62 propagatedBuildInputs = with python3Packages; [