gnu: fluidsynth: Use GIT-FILE-NAME.

* gnu/packages/audio.scm (fluidsynth)[source]: Use GIT-FILE-NAME.
master
Tobias Geerinckx-Rice 2019-08-21 22:05:30 +02:00
parent 88e903a5f1
commit 94781b79ad
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -1111,7 +1111,7 @@ follower.")
(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"))))