gnu: xaos: Add a source file-name.

* gnu/packages/maths.scm (xaos)[source]: Add file-name field.
This commit is contained in:
Efraim Flashner 2020-06-23 15:54:38 +03:00
parent b5698f5b38
commit 352e09a5b0
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -4052,6 +4052,7 @@ evaluates expressions using the standard order of operations.")
(uri (git-reference
(url "https://github.com/xaos-project/XaoS")
(commit (string-append "release-" version))))
(file-name (git-file-name name version))
(sha256
(base32
"00110p5xscjsmn7avfqgydn656zbmdj3l3y2fpv9b4ihzpid8n7a"))))