gnu: ams-lv2: Fetch sources from git.

* gnu/packages/music.scm (ams-lv2)[source]: Fetch from git.
This commit is contained in:
Ricardo Wurmus 2018-11-10 22:43:55 +01:00
parent 57906fad59
commit 78eff85770
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 5 deletions

View File

@ -2288,13 +2288,14 @@ follows a traditional multi-track tape recorder control paradigm.")
(version "1.2.1") (version "1.2.1")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/blablack/ams-lv2/" (uri (git-reference
"archive/" version ".tar.gz")) (url "https://github.com/blablack/ams-lv2.git")
(file-name (string-append name "-" version ".tar.gz")) (commit version)))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1xacxyzqcj83g9c1gwfn36gg1c6yi15v7km4vidfidrjzb4x27fq")))) "1n1dnqnj24xhiy9323lj52nswr5120cj56fpckg802miss05sr6x"))))
(build-system waf-build-system) (build-system waf-build-system)
(arguments (arguments
`(#:phases `(#:phases