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:
parent
c7e2333f49
commit
979a6b2590
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue