guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/13: gnu: xaos: Add a source file-name.


From: guix-commits
Subject: 02/13: gnu: xaos: Add a source file-name.
Date: Tue, 23 Jun 2020 10:13:57 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 352e09a5b07f36c7b368acd9f9771bb14b0722b6
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jun 23 15:54:38 2020 +0300

    gnu: xaos: Add a source file-name.
    
    * gnu/packages/maths.scm (xaos)[source]: Add file-name field.
---
 gnu/packages/maths.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 45d699e..0688650 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]