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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user