me
/
guix
Archived
1
0
Fork 0

gnu: qm-dsp: Add source file-name.

* gnu/packages/audio.scm (qm-dsp)[source]: Add file-name field.
Efraim Flashner 2022-11-14 15:00:26 +02:00
parent 643d4f63be
commit de1bce32c0
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -624,6 +624,7 @@ streams from live audio.")
(uri (git-reference
(url "https://github.com/c4dm/qm-dsp")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1vkb1xr2hjcaw88gig7rknlwsx01lm0w94d2z0rk5vz9ih4fslvv"))))