me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 1 additions and 0 deletions

View File

@ -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"))))