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
cfcead2e51).

* gnu/packages/game-development.scm (grafx2)[source]: Add 'file-name'
field.
This commit is contained in:
Ludovic Courtès 2021-11-20 22:23:26 +01:00
parent c51667d52e
commit c34bb6b310
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1608,6 +1608,7 @@ (define-public grafx2
(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"))))