diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-29 01:09:59 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-29 01:44:09 +0100 |
commit | 00a82e838579177bb2edcf369875d783cac23bba (patch) | |
tree | ca9ae9f246dab02e4a100e893a28abb509e291d6 /gnu/packages | |
parent | fa3c2aad6581d219ec557c1ee87309ff19085785 (diff) | |
download | patches-00a82e838579177bb2edcf369875d783cac23bba.tar patches-00a82e838579177bb2edcf369875d783cac23bba.tar.gz |
gnu: mars: Use GIT-FILE-NAME.
* gnu/packages/games.scm (mars)[source]: Use GIT-FILE-NAME.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/games.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 4b3cedb936..6e2f9c1091 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")) |