gnu: warzone2100: Update source URI.
* gnu/packages/games.scm (warzone2100)[source]: Update URI and don't hard-code NAME.
This commit is contained in:
parent
c41b2ffbf2
commit
d8f4aefed9
1 changed files with 9 additions and 8 deletions
|
@ -3203,14 +3203,15 @@ fullscreen, use F5 or Alt+Enter.")
|
||||||
(package
|
(package
|
||||||
(name "warzone2100")
|
(name "warzone2100")
|
||||||
(version "3.2.3")
|
(version "3.2.3")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (string-append "mirror://sourceforge/" name
|
(method url-fetch)
|
||||||
"/releases/" version "/" name "-" version
|
(uri (string-append "mirror://sourceforge/warzone2100/archives/"
|
||||||
".tar.xz"))
|
"unsupported/Warzone2100-"
|
||||||
(sha256
|
(version-major+minor version) "/" version
|
||||||
(base32
|
"/warzone2100-" version ".tar.xz"))
|
||||||
"10kmpr4cby95zwqsl1zwx95d9achli6khq7flv6xmrq30a39xazw"))))
|
(sha256
|
||||||
|
(base32 "10kmpr4cby95zwqsl1zwx95d9achli6khq7flv6xmrq30a39xazw"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--with-distributor=Guix")
|
`(#:configure-flags '("--with-distributor=Guix")
|
||||||
|
|
Reference in a new issue