gnu: openmw: Don't use NAME in source URI.
* gnu/packages/game-development.scm (openmw)[source]: Hard-code NAME.
This commit is contained in:
parent
d00a8b8422
commit
37bf216dfc
|
@ -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"))))
|
||||
|
|
Loading…
Reference in New Issue