mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 15:41:16 +00:00
python3Packages.beets: fix plugin dependencies
Add the runtime dependencies required by the metasync and tidal plugins.
Assisted-by: Codex (GPT-5)
(cherry picked from commit 206650be46)
This commit is contained in:
committed by
github-actions[bot]
parent
f9ff7e7a12
commit
636ded8bf3
@@ -59,6 +59,7 @@
|
||||
aacgain,
|
||||
beautifulsoup4,
|
||||
chromaprint,
|
||||
dbus-python,
|
||||
discogs-client,
|
||||
ffmpeg,
|
||||
flac,
|
||||
@@ -363,7 +364,10 @@ buildPythonPackage (finalAttrs: {
|
||||
mbsubmit = { };
|
||||
mbsync = { };
|
||||
mbpseudo = { };
|
||||
metasync.testPaths = [ ];
|
||||
metasync = {
|
||||
propagatedBuildInputs = [ dbus-python ];
|
||||
testPaths = [ ];
|
||||
};
|
||||
missing.testPaths = [ ];
|
||||
mpdstats.propagatedBuildInputs = [ mpd2 ];
|
||||
mpdupdate = {
|
||||
@@ -405,7 +409,7 @@ buildPythonPackage (finalAttrs: {
|
||||
substitute = {
|
||||
testPaths = [ ];
|
||||
};
|
||||
tidal = { };
|
||||
tidal.propagatedBuildInputs = [ requests-oauthlib ];
|
||||
the = { };
|
||||
titlecase.propagatedBuildInputs = [ titlecase ];
|
||||
thumbnails = {
|
||||
|
||||
Reference in New Issue
Block a user