gnu: audio-to-midi: Add a source file-name.

* gnu/packages/audio.scm (audio-to-midi)[source]: Add file-name field.
This commit is contained in:
Efraim Flashner 2021-06-24 14:35:46 +03:00
parent fb31d73110
commit fda4a93ef1
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2490,6 +2490,7 @@ (define-public audio-to-midi
(uri (git-reference
(url "https://github.com/NFJones/audio-to-midi")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"12wf17abn3psbsg2r2lk0xdnk8n5cd5rrvjlpxjnjfhd09n7qqgm"))))