diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-29 03:48:15 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-29 04:07:44 +0100 |
commit | 30b8b2013b7153b6742ac5a8f39b010ed1742e25 (patch) | |
tree | af515a77f920c9898919ced45444722fa18e40b4 | |
parent | 146a4459db42e1fbda127e6f7a8db36253113b5e (diff) |
gnu: lugaru: Don't use NAME in source URI.
* gnu/packages/games.scm (lugaru)[source]: Hard-code NAME.
-rw-r--r-- | gnu/packages/games.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index c1a0ee699f..7ae10f3f3f 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -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")))) |