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

* gnu/packages/games.scm (lugaru)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-03-29 03:48:15 +01:00
parent 146a4459db
commit 30b8b2013b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -4639,7 +4639,7 @@ monsters in a quest to find the mystifyingly fabulous Orb of Zot.")
(source (origin
(method url-fetch)
(uri (string-append "https://bitbucket.org/osslugaru/lugaru/downloads/"
name "-" version ".tar.xz"))
"lugaru-" version ".tar.xz"))
(sha256
(base32
"15zgcshy22q51rm72zi6y9z7qlgnz5iw3gczjdlir4bqmxy4gspk"))))