gnu: praat: Update to 6.3.10.
* gnu/packages/language.scm (praat): Update to 6.3.10. [make-flags]: Use (cc-for-target). Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
94e2e07942
commit
730fea3f28
1 changed files with 4 additions and 3 deletions
|
@ -854,7 +854,7 @@ noun phrases, verb phrases, etc.).")
|
||||||
(define-public praat
|
(define-public praat
|
||||||
(package
|
(package
|
||||||
(name "praat")
|
(name "praat")
|
||||||
(version "6.1.49")
|
(version "6.3.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -863,10 +863,11 @@ noun phrases, verb phrases, etc.).")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17ymrnvwvb08x61ygqlnfzzvggz937miix7rnk8vscrznywhh4jc"))))
|
"0kwv0p2bn2x5h0c61rymm87icqqwnbj699awgc5afl4qp53azci8"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no test target
|
`(#:make-flags (list (string-append "CC=" ,(cc-for-target)))
|
||||||
|
#:tests? #f ; no test target
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'configure
|
(replace 'configure
|
||||||
|
|
Reference in a new issue