gnu: xjackfreak: Fetch sources from git.

* gnu/packages/audio.scm (xjackfreak)[source]: Fetch from git.
This commit is contained in:
Ricardo Wurmus 2018-11-10 23:15:41 +01:00
parent 458baefb40
commit 8e5995e397
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 6 deletions

View File

@ -2851,14 +2851,14 @@ with a much different focus than most other audio daemons.")
(name "xjackfreak") (name "xjackfreak")
(version "1.0") (version "1.0")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append (uri (git-reference
"https://github.com/johnhldavis/xjackfreak/archive/v" (url "https://github.com/johnhldavis/xjackfreak.git")
version ".tar.gz")) (commit (string-append "v" version))))
(file-name (string-append name "-" version ".tar.gz")) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0xj6gpxfnw9jbdgwgm0x23xgfvj2kwmwb1nk0drw8lxgcchkq7d9")))) "18c546qidbrj0f5wfiq5llii2192xpln0ab3r4vpr7i3wybxqjfz"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:make-flags `(#:make-flags