mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: faust@2: Declare a source file-name.
* gnu/packages/audio.scm (faust@2)[source]: Declare a source file-name.
This commit is contained in:
parent
fdf359f82b
commit
a1eb506cf3
1 changed files with 1 additions and 0 deletions
|
@ -1155,6 +1155,7 @@ (define-public faust-2
|
||||||
(string-map (lambda (c)
|
(string-map (lambda (c)
|
||||||
(if (char=? c #\.) #\- c))
|
(if (char=? c #\.) #\- c))
|
||||||
version)))))
|
version)))))
|
||||||
|
(file-name (string-append "faust-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06km0ygwxxwgw1lqldccqidxhmjfz8ck0wnbd95qk5sg8sbpc068"))))
|
"06km0ygwxxwgw1lqldccqidxhmjfz8ck0wnbd95qk5sg8sbpc068"))))
|
||||||
|
|
Loading…
Reference in a new issue