From a509041f2abf676563cafe13deb4a20a561a0264 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Tue, 3 Apr 2018 19:53:56 +0530 Subject: gnu: chromaprint: Build 'fpcalc'. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/mp3.scm (chromaprint)[arguments]: Add #:configure-flags. Signed-off-by: Ludovic Courtès --- gnu/packages/mp3.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/mp3.scm') diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm index 6dc58e2cc8..f57ebf575a 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 -- cgit v1.2.3