mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 00:26:33 +01:00
gnu: praat: Update to 6.1.49.
Version 6.1.30 of praat can't be built with GCC. Version 6.1.49 patches this. See https://github.com/praat/praat/pull/1622 for more information. -- >8 -- * gnu/packages/language.scm (praat): Update to 6.1.49. [inputs]: Replace gtk+-2 with gtk+. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
5b738d10e2
commit
94e2e07942
1 changed files with 3 additions and 3 deletions
|
@ -854,7 +854,7 @@ (define-public link-grammar
|
||||||
(define-public praat
|
(define-public praat
|
||||||
(package
|
(package
|
||||||
(name "praat")
|
(name "praat")
|
||||||
(version "6.1.30")
|
(version "6.1.49")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -863,7 +863,7 @@ (define-public praat
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pjfifyv3wjn68l3i2dr83xm75nf2kxvfxrk9qqbmwz58p183jw4"))))
|
"17ymrnvwvb08x61ygqlnfzzvggz937miix7rnk8vscrznywhh4jc"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no test target
|
`(#:tests? #f ; no test target
|
||||||
|
@ -882,7 +882,7 @@ (define-public praat
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("alsa-lib" ,alsa-lib)
|
`(("alsa-lib" ,alsa-lib)
|
||||||
("gtk" ,gtk+-2)
|
("gtk" ,gtk+)
|
||||||
("jack" ,jack-1)
|
("jack" ,jack-1)
|
||||||
("publesaudio" ,pulseaudio)))
|
("publesaudio" ,pulseaudio)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in a new issue