guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: chromaprint: Fix typo.


From: Leo Famulari
Subject: 01/01: gnu: chromaprint: Fix typo.
Date: Mon, 9 Apr 2018 09:04:56 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 60e1de6d95bd32b4996c199708541781b8f828fd
Author: Leo Famulari <address@hidden>
Date:   Mon Apr 9 09:03:16 2018 -0400

    gnu: chromaprint: Fix typo.
    
    * gnu/packages/mp3.scm (chromaprint): Fix typo.
---
 gnu/packages/mp3.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index 2b3af51..4931312 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]