gnu: fluidsynth: Use GIT-FILE-NAME.
* gnu/packages/audio.scm (fluidsynth)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
88e903a5f1
commit
94781b79ad
|
@ -1111,7 +1111,7 @@ follower.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/FluidSynth/fluidsynth.git")
|
(url "https://github.com/FluidSynth/fluidsynth.git")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rv0apxbj0cgm8f8sqf5xr6kdi4q58ph92ip6cg716ha0ca5lr8y"))))
|
"0rv0apxbj0cgm8f8sqf5xr6kdi4q58ph92ip6cg716ha0ca5lr8y"))))
|
||||||
|
|
Loading…
Reference in New Issue