mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: redkite: Do not use unstable tarball.
* gnu/packages/audio.scm (redkite)[source]: Change to GIT-FETCH.
This commit is contained in:
parent
74f9a8fbbe
commit
83ba0e4291
1 changed files with 6 additions and 4 deletions
|
@ -3799,12 +3799,14 @@ (define-public redkite
|
||||||
(version "0.6.2")
|
(version "0.6.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://gitlab.com/geontime/redkite/-/archive/v"
|
(uri (git-reference
|
||||||
version "/redkite-v" version ".tar.gz"))
|
(url "https://gitlab.com/geontime/redkite.git")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qif1x3s96zi81zkg11zkszf2i5mvfyrg9b3z2lr0jpzihgblk7y"))))
|
"1i874izajbdhlfacwwj84qrsxf7g4y6nblzxalrkzaap9sa7d1r6"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;no tests included
|
`(#:tests? #f)) ;no tests included
|
||||||
|
|
Loading…
Reference in a new issue