Unverified Commit a728ce40 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

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

parents 309a79d1 7d750605
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
{ 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; [