mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
8b209bb692
commit
a509041f2a
1 changed files with 1 additions and 0 deletions
|
@ -508,6 +508,7 @@ (define-public chromaprint
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue