mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: torcs: Fix source file name.
* gnu/packages/games.scm (torcs) [source]: Specify file-name field. [arguments]: Precise URL in comment. Change-Id: I9730e9aa75e17068b821ce211cb4591f53c47681
This commit is contained in:
parent
40625c213a
commit
18bd867b24
1 changed files with 2 additions and 1 deletions
|
@ -7807,6 +7807,7 @@ abilities and powers.")
|
|||
(uri (string-append "https://sourceforge.net/projects/" name
|
||||
"/files/all-in-one/" version "/"
|
||||
name "-" version ".tar.bz2/download"))
|
||||
(file-name (string-append name "-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0kdq0sc7dsfzlr0ggbxggcbkivc6yp30nqwjwcaxg9295s3b06wa"))
|
||||
|
@ -7838,7 +7839,7 @@ abilities and powers.")
|
|||
;; yet been generated, with errors such as "controlconfig.cpp:30:10:
|
||||
;; fatal error: tgfclient.h: No such file or directory". The issue was
|
||||
;; reported to the 'torcs-devel' mailing list (see:
|
||||
;; https://sourceforge.net/p/torcs/mailman/torcs-devel/).
|
||||
;; https://sourceforge.net/p/torcs/mailman/message/58834764/).
|
||||
(list #:modules `(,@%default-gnu-modules (srfi srfi-26))
|
||||
#:parallel-build? #f
|
||||
#:tests? #f ;no test suite
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue