mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
beets: make the autobpm plugin depend on librosa
This commit is contained in:
parent
4d3dc2d098
commit
de18194d1e
@ -128,6 +128,11 @@
|
||||
testPaths = [ ];
|
||||
};
|
||||
autobpm = {
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
librosa
|
||||
# An optional dependency of librosa, needed for beets' autobpm
|
||||
resampy
|
||||
];
|
||||
testPaths = [ ];
|
||||
};
|
||||
listenbrainz = {
|
||||
|
Loading…
Reference in New Issue
Block a user