mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: muse-sequencer: Don't use NAME in source URI.
* gnu/packages/music.scm (muse-sequencer)[source]: Hard-code NAME.
This commit is contained in:
parent
0b223139a8
commit
78fee44e32
1 changed files with 1 additions and 1 deletions
|
@ -3924,7 +3924,7 @@ (define-public muse-sequencer
|
|||
(string-map (lambda (c)
|
||||
(if (char=? c #\.)
|
||||
#\_ c)) version)))))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1nninz8qyqlxxjdnrm79y3gr3056pga9l2fsqh674jd3cjvafya3"))))
|
||||
|
|
Loading…
Reference in a new issue