diff options
author | Leo Famulari <leo@famulari.name> | 2018-04-09 09:03:16 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-04-09 09:04:11 -0400 |
commit | 60e1de6d95bd32b4996c199708541781b8f828fd (patch) | |
tree | d7ede3bc89414a8d2519e1ec597824d659ca341c /gnu/packages/mp3.scm | |
parent | 7e4f6f131ed2270f1c53ead666f266a77c93d1a1 (diff) | |
download | guix-60e1de6d95bd32b4996c199708541781b8f828fd.tar guix-60e1de6d95bd32b4996c199708541781b8f828fd.tar.gz |
gnu: chromaprint: Fix typo.
* gnu/packages/mp3.scm (chromaprint): Fix typo.
Diffstat (limited to 'gnu/packages/mp3.scm')
-rw-r--r-- | gnu/packages/mp3.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm index 2b3af51c4f..49313123c5 100644 --- a/gnu/packages/mp3.scm +++ b/gnu/packages/mp3.scm @@ -514,7 +514,7 @@ command-line tool.") ;; requires one of FFmpeg (prefered), FFTW3 or vDSP ;; use the same ffmpeg version as for acoustid-fingerprinter `(("ffmpeg" ,ffmpeg) - ("boots" ,boost))) + ("boost" ,boost))) (home-page "https://acoustid.org/chromaprint") (synopsis "Audio fingerprinting library") (description "Chromaprint is a library for calculating audio |