mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: lv2-mda-piano: Declare a source file-name.
* gnu/packages/audio.scm (lv2-mda-piano)[source]: Declare a source file-name.
This commit is contained in:
parent
a18ee793d7
commit
35a01e67c8
1 changed files with 1 additions and 0 deletions
|
@ -1796,6 +1796,7 @@ (define-public lv2-mda-piano
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "http://git.elephly.net/software/lv2-mdametapiano.git")
|
(url "http://git.elephly.net/software/lv2-mdametapiano.git")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07lywf6lpfpndg3i9w752mmlg2hgn1bwp23h8b0mdj6awh67abqd"))))
|
"07lywf6lpfpndg3i9w752mmlg2hgn1bwp23h8b0mdj6awh67abqd"))))
|
||||||
|
|
Loading…
Reference in a new issue