guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: chromaprint: Build 'fpcalc'.


From: Ludovic Courtès
Subject: 03/07: gnu: chromaprint: Build 'fpcalc'.
Date: Wed, 4 Apr 2018 08:39:47 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit a509041f2abf676563cafe13deb4a20a561a0264
Author: Pierre Neidhardt <address@hidden>
Date:   Tue Apr 3 19:53:56 2018 +0530

    gnu: chromaprint: Build 'fpcalc'.
    
    * gnu/packages/mp3.scm (chromaprint)[arguments]: Add #:configure-flags.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/mp3.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index 6dc58e2..f57ebf5 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -508,6 +508,7 @@ command-line tool.")
     (arguments
      `(#:tests? #f ; tests require googletest *sources*
        ;;#:configure-flags '("-DBUILD_TESTS=ON") ; for building the tests
+       #:configure-flags '("-DBUILD_TOOLS=ON") ; for fpcalc
        #:test-target "check"))
     (inputs
      ;; requires one of FFmpeg (prefered), FFTW3 or vDSP



reply via email to

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