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