me
/
guix
Archived
1
0
Fork 0

gnu: Audacity: Build from the release tarball.

* gnu/packages/audio.scm (audacity)[source]: Use url-fetch.
master
Leo Famulari 2022-01-27 22:31:44 -05:00
parent beda1cd794
commit e5dc38d30d
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 8 additions and 6 deletions

View File

@ -728,14 +728,16 @@ engineers, musicians, soundtrack editors and composers.")
(version "3.1.3")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/audacity/audacity")
(commit (string-append "Audacity-" version))))
(file-name (git-file-name name version))
;; If built from the release tag, Audacity will describe itself
;; as an "Alpha test version" and suggest to users that they use
;; the "latest stable released version".
(method url-fetch)
(uri (string-append "https://github.com/audacity/audacity/releases/download/"
"Audacity-" version "/audacity-" version
"-source.tar.gz"))
(sha256
(base32
"1689q9apbjf9nnda62shb8j7hm4hxd47mhk4l5h3c728mjjkilmi"))
"189agx11361k9j958s6q5bngnnfx0rwaf0dwbjxy6fwvsb1wv3px"))
(modules '((guix build utils)))
(snippet
;; Remove bundled libraries.