beets-check: fix patch path

The path to the used patch was broken, making the derivation fail
evaluation. However the patch needs to be updated as some new test
failure has cropped up.
This commit is contained in:
sternenseemann 2021-03-03 15:09:10 +01:00
parent c7e2333f49
commit 979a6b2590
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ pythonPackages.buildPythonApplication rec {
propagatedBuildInputs = [ flac liboggz mp3val ];
# patch out broken tests
patches = [ ./beet-check-tests.patch ];
patches = [ ./check-tests.patch ];
# patch out futures dependency, it is only needed for Python2 which we don't
# support.