aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-29 00:43:05 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-29 00:43:05 +0100
commitdd0369f4268aaa96c2d747ebce807cfc15652b94 (patch)
treeb11ba374c8f2c92a1742969032be5a24e21abbc4 /gnu/packages/games.scm
parent9303b09a7883275639189565e7ac85037e441768 (diff)
downloadguix-dd0369f4268aaa96c2d747ebce807cfc15652b94.tar
guix-dd0369f4268aaa96c2d747ebce807cfc15652b94.tar.gz
gnu: ltris: Don't use NAME in source URI.
* gnu/packages/games.scm (ltris)[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r--gnu/packages/games.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index e4ce528927..b04c3814d8 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -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"))))