Commit 1e645638 authored by Doron Behar's avatar Doron Behar
Browse files

python3Packages.beets-alternatives: fix a test failing with beets 2.9.0

parent 16684c97
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -32,6 +32,18 @@ buildPythonPackage rec {
    hash = "sha256-leZYXf6Oo/jAKbnJbP+rTnuRsh9P1BQXYAbthMNT60A=";
  };

  patches = [
    # Fixes a failing test, see:
    # https://github.com/geigerzaehler/beets-alternatives/issues/212
    (fetchpatch {
      url = "https://github.com/geigerzaehler/beets-alternatives/commit/8b75974636897aabcf2ca75fb0987f7beb68f50f.patch";
      hash = "sha256-lIJwuf3UklcJM4m7CO2+aNpPekHXuC5rpPVjK+kb+FQ=";
      includes = [
        "test/cli_test.py"
      ];
    })
  ];

  build-system = [
    hatchling
  ];