gnu: fizmo: Don't use NAME in source URI.

* gnu/packages/games.scm (fizmo)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-03-29 01:22:49 +01:00
parent 00a82e8385
commit 071782762a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -1980,7 +1980,7 @@ reference interpreter, using the Glk API.")
(source (origin
(method url-fetch)
(uri (string-append "https://fizmo.spellbreaker.org/source/"
name "-" version ".tar.gz"))
"fizmo-" version ".tar.gz"))
(sha256
(base32
"1amyc4n41jf08kxmdgkk30bzzx54miaxa97w28f417qwn8lrl98w"))))