beets: chroma plugin needs chromaprint

`chromaprint` provides the `fpcalc` binary that the `chroma` plugin
calls.
This commit is contained in:
Rebecca Turner
2025-07-24 18:31:40 -04:00
parent 59f73fa144
commit 8c8b8b6e30
2 changed files with 5 additions and 0 deletions
@@ -1,5 +1,6 @@
{
aacgain,
chromaprint,
ffmpeg,
flac,
imagemagick,
@@ -55,6 +56,9 @@
chroma = {
propagatedBuildInputs = [ python3Packages.pyacoustid ];
testPaths = [ ];
wrapperBins = [
chromaprint
];
};
convert.wrapperBins = [ ffmpeg ];
deezer = {
+1
View File
@@ -16,6 +16,7 @@
# plugin deps, used indirectly by the @inputs when we `import ./builtin-plugins.nix`
aacgain,
chromaprint,
essentia-extractor,
ffmpeg,
flac,