mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
gnu: chromium-bsu: Don't use NAME in source URI.
* gnu/packages/games.scm (chromium-bsu)[source]: Hard-code NAME.
This commit is contained in:
parent
d8f4aefed9
commit
e464bd607a
1 changed files with 2 additions and 2 deletions
|
@ -3307,9 +3307,9 @@ (define-public chromium-bsu
|
|||
(version "0.9.16.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/" name
|
||||
(uri (string-append "mirror://sourceforge/chromium-bsu"
|
||||
"/Chromium B.S.U. source code/"
|
||||
name "-" version ".tar.gz"))
|
||||
"chromium-bsu-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0jk2w5b6s6nkzri585bbz16cif2fhqcnl5l1mq3rd98r9nil3hd1"))))
|
||||
|
|
Loading…
Reference in a new issue