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 @@ (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"))))
|
||||
|
|
Loading…
Reference in a new issue