guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: mars: Use GIT-FILE-NAME.


From: guix-commits
Subject: 01/04: gnu: mars: Use GIT-FILE-NAME.
Date: Thu, 28 Mar 2019 19:44:27 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 00a82e838579177bb2edcf369875d783cac23bba
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 29 01:09:59 2019 +0100

    gnu: mars: Use GIT-FILE-NAME.
    
    * gnu/packages/games.scm (mars)[source]: Use GIT-FILE-NAME.
---
 gnu/packages/games.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 4b3cedb..6e2f9c1 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1755,7 +1755,7 @@ for common mesh file formats, and collision detection.")
                 (uri (git-reference
                       (url "https://github.com/thelaui/M.A.R.S..git";)
                       (commit commit)))
-                (file-name (string-append name "-" version))
+                (file-name (git-file-name name version))
                 (sha256
                  (base32
                   "1r4c5gap1z2zsv4yjd34qriqkxaq4lb4rykapyzkkdf4g36lc3nh"))



reply via email to

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