gnu: chromaprint: Build 'fpcalc'.

* gnu/packages/mp3.scm (chromaprint)[arguments]: Add #:configure-flags.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Pierre Neidhardt 2018-04-03 19:53:56 +05:30 committed by Ludovic Courtès
parent 8b209bb692
commit a509041f2a
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -508,6 +508,7 @@ (define-public chromaprint
(arguments (arguments
`(#:tests? #f ; tests require googletest *sources* `(#:tests? #f ; tests require googletest *sources*
;;#:configure-flags '("-DBUILD_TESTS=ON") ; for building the tests ;;#:configure-flags '("-DBUILD_TESTS=ON") ; for building the tests
#:configure-flags '("-DBUILD_TOOLS=ON") ; for fpcalc
#:test-target "check")) #:test-target "check"))
(inputs (inputs
;; requires one of FFmpeg (prefered), FFTW3 or vDSP ;; requires one of FFmpeg (prefered), FFTW3 or vDSP