civodul pushed a commit to branch core-updates-frozen
in repository guix.
commit c34bb6b310ec17bfa4cd9f412a0c44b419ce8f75
Author: Ludovic Courtès <[email protected]>
AuthorDate: Sat Nov 20 22:23:26 2021 +0100
gnu: grafx2: Add 'file-name' field to source.
Without a file name ending in ".tgz" (or similar), the 'unpack' phase
wouldn't extract it (as implemented in commit
cfcead2e515c0dae02127e5a76496463898be6b6).
* gnu/packages/game-development.scm (grafx2)[source]: Add 'file-name'
field.
---
gnu/packages/game-development.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/game-development.scm
b/gnu/packages/game-development.scm
index 9410921..fd504b1 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1608,6 +1608,7 @@ also comes with a built-in image and sound editor.")
(method url-fetch)
;; XXX: There is no URL that contains the version. :(
(uri "http://pulkomandy.tk/projects/GrafX2/downloads/21")
+ (file-name (string-append "grafx2-" version ".tgz"))
(sha256
(base32
"0svsy6rqmdj11b400c242i2ixihyz0hds0dgicqz6g6dcgmcl62q"))))