gnu: prboom-plus: Don't use NAME in source URI.

* gnu/packages/games.scm (prboom-plus)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-03-29 00:50:36 +01:00
parent 96848ecc16
commit a8a96bbead
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 4 deletions

View File

@ -1036,11 +1036,10 @@ Every puzzle has a complete solution, although there may be more than one.")
(version "2.5.1.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/" name "/" name "/"
version "/" name "-" version ".tar.gz"))
(uri (string-append "mirror://sourceforge/prboom-plus/prboom-plus/"
version "/prboom-plus-" version ".tar.gz"))
(sha256
(base32
"151v6nign86m1a2vqz27krsccpc9m4d1jax4y43v2fa82wfj9qp0"))
(base32 "151v6nign86m1a2vqz27krsccpc9m4d1jax4y43v2fa82wfj9qp0"))
(modules '((guix build utils)))
(snippet
'(begin