mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
gnu: frotz: Don't use NAME in source URI.
* gnu/packages/games.scm (frotz)[source]: Hard-code NAME.
This commit is contained in:
parent
a6ac8e0b31
commit
e2c9f9de9f
1 changed files with 2 additions and 2 deletions
|
@ -5856,10 +5856,10 @@ (define-public frotz
|
|||
(method url-fetch)
|
||||
(uri (list (string-append
|
||||
"http://www.ifarchive.org/if-archive/infocom/interpreters/"
|
||||
name "/" name "-" version ".tar.gz")
|
||||
"frotz/frotz-" version ".tar.gz")
|
||||
(string-append
|
||||
"ftp://ftp.ifarchive.org/if-archive/infocom/interpreters/"
|
||||
name "/" name "-" version ".tar.gz")))
|
||||
"frotz/frotz-" version ".tar.gz")))
|
||||
(sha256
|
||||
(base32
|
||||
"1v735xr3blznac8fnwa27s1vhllx4jpz7kw7qdw1bsfj6kq21v3k"))))
|
||||
|
|
Loading…
Reference in a new issue