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

* gnu/packages/game-development.scm (openmw)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-24 14:26:29 +01:00
parent d00a8b8422
commit 37bf216dfc
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -1080,7 +1080,7 @@ of use.")
(method url-fetch)
(uri
(string-append "https://github.com/OpenMW/openmw/archive/"
name "-" version ".tar.gz"))
"openmw-" version ".tar.gz"))
(sha256
(base32
"03fgm2f2r7y0aqlgp038pdlnllgvm3jimrp968p4nhz1sffvjzcy"))))