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:
parent
fb31d73110
commit
fda4a93ef1
1 changed files with 1 additions and 0 deletions
|
@ -2490,6 +2490,7 @@ files.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/NFJones/audio-to-midi")
|
(url "https://github.com/NFJones/audio-to-midi")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12wf17abn3psbsg2r2lk0xdnk8n5cd5rrvjlpxjnjfhd09n7qqgm"))))
|
"12wf17abn3psbsg2r2lk0xdnk8n5cd5rrvjlpxjnjfhd09n7qqgm"))))
|
||||||
|
|
Reference in a new issue