pythonPackages.beets: add unconditionally deps needed for checks

This commit is contained in:
Doron Behar 2020-03-25 00:21:57 +02:00
parent 4e6bf03504
commit befbb792b9

View file

@ -172,6 +172,13 @@ in pythonPackages.buildPythonApplication rec {
nose
rarfile
responses
# Although considered as plugin dependencies, they are needed for the
# tests, for disabling them via an override makes the build fail. see:
# https://github.com/beetbox/beets/blob/v1.4.9/setup.py
pylast
mpd2
discogs_client
pyxdg
];
patches = [