Unverified Commit 6feb072b authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

beets: chroma plugin needs chromaprint (#428173)

parents 78682b57 8c8b8b6e
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,