gnu: chromaprint: Fix typo.
* gnu/packages/mp3.scm (chromaprint): Fix typo.
This commit is contained in:
parent
7e4f6f131e
commit
60e1de6d95
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ command-line tool.")
|
||||||
;; requires one of FFmpeg (prefered), FFTW3 or vDSP
|
;; requires one of FFmpeg (prefered), FFTW3 or vDSP
|
||||||
;; use the same ffmpeg version as for acoustid-fingerprinter
|
;; use the same ffmpeg version as for acoustid-fingerprinter
|
||||||
`(("ffmpeg" ,ffmpeg)
|
`(("ffmpeg" ,ffmpeg)
|
||||||
("boots" ,boost)))
|
("boost" ,boost)))
|
||||||
(home-page "https://acoustid.org/chromaprint")
|
(home-page "https://acoustid.org/chromaprint")
|
||||||
(synopsis "Audio fingerprinting library")
|
(synopsis "Audio fingerprinting library")
|
||||||
(description "Chromaprint is a library for calculating audio
|
(description "Chromaprint is a library for calculating audio
|
||||||
|
|
Reference in a new issue