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

* gnu/packages/games.scm (laby)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-03-29 04:25:23 +01:00
parent e9d4409bab
commit 22da44e8c2
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -3577,7 +3577,7 @@ Linux / Mac OS X servers, and an auto mapper with a VT100 map display.")
(origin (method url-fetch)
(uri (string-append
"https://github.com/sgimenez/laby/archive/"
name "-" version ".tar.gz"))
"laby-" version ".tar.gz"))
(sha256
(base32
"0gyrfa95l1qka7gbjf7l6mk7mbfvph00l0c995ia272qdw7rjhyf"))