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
1 changed files with 1 additions and 1 deletions
|
@ -1111,7 +1111,7 @@ (define-public fluidsynth
|
|||
(uri (git-reference
|
||||
(url "https://github.com/FluidSynth/fluidsynth.git")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0rv0apxbj0cgm8f8sqf5xr6kdi4q58ph92ip6cg716ha0ca5lr8y"))))
|
||||
|
|
Loading…
Reference in a new issue