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

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

View File

@ -832,7 +832,7 @@ Chess). It is similar to standard chess but this variant is far more complicate
(origin
(method url-fetch)
(uri (string-append "http://prdownloads.sourceforge.net/lgames/"
name "-" version ".tar.gz"))
"ltris-" version ".tar.gz"))
(sha256
(base32
"1895wv1fqklrj4apkz47rnkcfhfav7zjknskw6p0886j35vrwslg"))))