me
/
guix
Archived
1
0
Fork 0

gnu: geonkick: Do not use unstable source tarball.

* gnu/packages/music.scm (geonkick)[source]: Change to GIT-FETCH.
master
Marius Bakke 2019-11-13 22:39:44 +01:00
parent 2ac65b9cbd
commit 2f491b884d
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 6 additions and 4 deletions

View File

@ -4879,12 +4879,14 @@ ZaMultiComp, ZaMultiCompX2 and ZamSynth.")
(version "1.9.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://gitlab.com/geontime/geonkick/-/archive/v"
version "/geonkick-v" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://gitlab.com/geontime/geonkick.git")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"0wp8w5q69c1nrcc4qkcg0slakkpzp9ngw25iih8zhcl4hrjv42fd"))))
"17mwxnmxszdm2wjbigciwh8qx0487q9qhf4sl92y6nqdb0dlghnl"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ;no tests included