gnu: gxtuner: Fetch sources from git.

* gnu/packages/music.scm (gxtuner)[source]: Fetch from git.
master
Ricardo Wurmus 2018-11-10 23:28:45 +01:00
parent a7fde1a86d
commit bed4eb373e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 5 deletions

View File

@ -2330,13 +2330,14 @@ and hold, etc.")
(name "gxtuner") (name "gxtuner")
(version "2.4") (version "2.4")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/brummer10/gxtuner/" (uri (git-reference
"archive/v" version ".tar.gz")) (url "https://github.com/brummer10/gxtuner.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
"1hn5qjac7qd00v0sp7ijhhc3sb26ks9bni06nngivva21h61xrjr")))) "1fxd2akan2njlr7fpkh84830783qhh1gg7yakswqk5dd466dcn96"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:make-flags `(#:make-flags