diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-21 22:05:30 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-21 22:07:21 +0200 |
commit | 94781b79ad939e342f6ee1863f0d966cb7f54b84 (patch) | |
tree | 84ac0f4f3e97541d33ddd9b79c982d4dbe318668 /gnu | |
parent | 88e903a5f12ccf4bec4c5dd5f71f55d965e93983 (diff) | |
download | patches-94781b79ad939e342f6ee1863f0d966cb7f54b84.tar patches-94781b79ad939e342f6ee1863f0d966cb7f54b84.tar.gz |
gnu: fluidsynth: Use GIT-FILE-NAME.
* gnu/packages/audio.scm (fluidsynth)[source]: Use GIT-FILE-NAME.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/audio.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 8d8bf18af2..d8b7095540 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -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")))) |