mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: ams-lv2: Fetch sources from git.
* gnu/packages/music.scm (ams-lv2)[source]: Fetch from git.
This commit is contained in:
parent
57906fad59
commit
78eff85770
1 changed files with 6 additions and 5 deletions
|
@ -2288,13 +2288,14 @@ (define-public ams-lv2
|
|||
(version "1.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/blablack/ams-lv2/"
|
||||
"archive/" version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/blablack/ams-lv2.git")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1xacxyzqcj83g9c1gwfn36gg1c6yi15v7km4vidfidrjzb4x27fq"))))
|
||||
"1n1dnqnj24xhiy9323lj52nswr5120cj56fpckg802miss05sr6x"))))
|
||||
(build-system waf-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue