mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
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:
parent
c51667d52e
commit
c34bb6b310
1 changed files with 1 additions and 0 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Reference in a new issue