diff options
author | Ludovic Courtès <ludo@gnu.org> | 2024-06-13 22:39:57 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-06-13 22:39:57 +0200 |
commit | 8723acd100242f49db2fadc6b1a240908e1de155 (patch) | |
tree | b7f9388bb67c7e92e8e5fb3163a7828ee81b071f | |
parent | af2ca0226fbb68d9228f286c19ddd3b84d07575f (diff) | |
download | guix-8723acd100242f49db2fadc6b1a240908e1de155.tar.gz guix-8723acd100242f49db2fadc6b1a240908e1de155.zip |
gnu: stargate-{sbsms,soundtouch}: Add source file name.
* gnu/packages/audio.scm (stargate-sbsms)[source]: Add ‘file-name’.
(stargate-soundtouch)[source]: Likewise.
Change-Id: I57b6ae3a46e3cb569108783a951864a1ff43e038
-rw-r--r-- | gnu/packages/audio.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 1cfaa213b8..fcb3ceed8a 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -4024,6 +4024,7 @@ stretching and pitch scaling of audio. This package contains the library.") (origin (method git-fetch) (uri (git-reference (url home-page) (commit commit))) + (file-name (git-file-name name version)) (sha256 (base32 "11srnzgpavcj6n70zjdm7488jzrprk71mg9dgr1sa6vwp575hf2m")))) @@ -4254,6 +4255,7 @@ control functionality, or just for playing around with the sound effects.") (origin (method git-fetch) (uri (git-reference (url home-page) (commit commit))) + (file-name (git-file-name name version)) (sha256 (base32 "1aw2j1f10p8n4s197b1nd3g1rjvwbrrszc9gwsbwk01c6nb3nr9v")))) |