mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: xaos: Add a source file-name.
* gnu/packages/maths.scm (xaos)[source]: Add file-name field.
This commit is contained in:
parent
b5698f5b38
commit
352e09a5b0
1 changed files with 1 additions and 0 deletions
|
@ -4052,6 +4052,7 @@ (define-public xaos
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/xaos-project/XaoS")
|
(url "https://github.com/xaos-project/XaoS")
|
||||||
(commit (string-append "release-" version))))
|
(commit (string-append "release-" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00110p5xscjsmn7avfqgydn656zbmdj3l3y2fpv9b4ihzpid8n7a"))))
|
"00110p5xscjsmn7avfqgydn656zbmdj3l3y2fpv9b4ihzpid8n7a"))))
|
||||||
|
|
Loading…
Reference in a new issue