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

* gnu/packages/games.scm (wesnoth)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-02-26 16:46:46 +01:00
parent a4776d0981
commit 0c2e055e18
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -2102,9 +2102,9 @@ falling, themeable graphics and sounds, and replays.")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/wesnoth/wesnoth-"
(version-major+minor version) "/wesnoth-"
version "/"
name "-" version ".tar.bz2"))
(version-major+minor version)
"/wesnoth-" version "/"
"wesnoth-" version ".tar.bz2"))
(sha256
(base32
"1kgpj2f22nnx4mwd1zis3s5ny2983aasgqsmz7wnqaq7n6a7ac85"))