gnu: gx-super-fuzz-lv2: Fetch sources from git.
* gnu/packages/music.scm (gx-super-fuzz-lv2)[source]: Fetch from git.
This commit is contained in:
parent
d42c66132e
commit
5057535f29
|
@ -2873,14 +2873,14 @@ parallel with a DarkBooster, followed by a volume control.")))
|
||||||
(name "gx-super-fuzz-lv2")
|
(name "gx-super-fuzz-lv2")
|
||||||
(version "0.1")
|
(version "0.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/brummer10/"
|
(uri (git-reference
|
||||||
"GxSuperFuzz.lv2/archive/v"
|
(url "https://github.com/brummer10/GxSuperFuzz.lv2.git")
|
||||||
version ".tar.gz"))
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pnivq05f1kji8c5jxsqdzhdfk3xn422v2d1x20x3jfsxnaf115x"))
|
"1jlljd9hlgfflbiizq47lv1xbbgjyx3v835mf24zmh1q5zsw4np4"))))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))))
|
|
||||||
(home-page "https://github.com/brummer10/GxSuperFuzz.lv2")
|
(home-page "https://github.com/brummer10/GxSuperFuzz.lv2")
|
||||||
(synopsis "Fuzz effect modelled after the UniVox SuperFuzz")
|
(synopsis "Fuzz effect modelled after the UniVox SuperFuzz")
|
||||||
(description "This package provides the LV2 plugin \"GxSuperFuzz\", an
|
(description "This package provides the LV2 plugin \"GxSuperFuzz\", an
|
||||||
|
|
Loading…
Reference in New Issue