gnu: lmms: Fetch sources from git.

* gnu/packages/music.scm (lmms)[source]: Fetch from git.
This commit is contained in:
Ricardo Wurmus 2018-11-11 12:00:55 +01:00
parent caa39e56f7
commit 3a0592ae31
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 5 deletions

View File

@ -3532,13 +3532,14 @@ are a C compiler and glib. Full API documentation and examples are included.")
(version "1.1.3") (version "1.1.3")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/LMMS/lmms/archive/v" (uri (git-reference
version ".tar.gz")) (url "https://github.com/LMMS/lmms.git")
(file-name (string-append name "-" version ".tar.gz")) (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1g76z7ha3hd53vbqaq9n1qg6s3lw8zzaw51iny6y2bz0j1xqwcsr")))) "03hhymc6d73fa3wbcqb7rm1l03zkw605k5i9kvkvjmv488bqh3pd"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f ; no tests `(#:tests? #f ; no tests