Commit 8c8b8b6e authored by Rebecca Turner's avatar Rebecca Turner
Browse files

beets: chroma plugin needs chromaprint

`chromaprint` provides the `fpcalc` binary that the `chroma` plugin
calls.
parent 59f73fa1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
{
  aacgain,
  chromaprint,
  ffmpeg,
  flac,
  imagemagick,
@@ -55,6 +56,9 @@
  chroma = {
    propagatedBuildInputs = [ python3Packages.pyacoustid ];
    testPaths = [ ];
    wrapperBins = [
      chromaprint
    ];
  };
  convert.wrapperBins = [ ffmpeg ];
  deezer = {
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

  # plugin deps, used indirectly by the @inputs when we `import ./builtin-plugins.nix`
  aacgain,
  chromaprint,
  essentia-extractor,
  ffmpeg,
  flac,