summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2026-08-24 15:31:24 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2026-08-24 16:14:29 +0900
commit14b034d914dd0147f093584943be4eee51995516 (patch)
tree2a7166e9b7c8f408a0ff797e60c094ac13a8fe4d
parent25082129602b3841b1ea4fa1c2c679f75148938f (diff)
gnu: torcs: Update to 1.3.9.
* gnu/packages/games.scm (torcs): Update to 1.3.9. [source]: Update URL. [#:phases] {install-doc}: Adjust for removed file. [native-inputs]: Add bzip2.
-rw-r--r--gnu/packages/games.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index eb8255c1d91..41659919472 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -9604,7 +9604,7 @@ abilities and powers.")
9604(define-public torcs 9604(define-public torcs
9605 (package 9605 (package
9606 (name "torcs") 9606 (name "torcs")
9607 (version "1.3.8") 9607 (version "1.3.9")
9608 (source 9608 (source
9609 (origin 9609 (origin
9610 (method url-fetch) 9610 (method url-fetch)
@@ -9612,10 +9612,10 @@ abilities and powers.")
9612 "/all-in-one/" version "/" 9612 "/all-in-one/" version "/"
9613 name "-" version ".tar.bz2")) 9613 name "-" version ".tar.bz2"))
9614 ;; Source archive is in fact in gzip format, rename it. 9614 ;; Source archive is in fact in gzip format, rename it.
9615 (file-name (string-append name "-" version ".tar.gz")) 9615 (file-name (string-append name "-" version ".tar.bz2"))
9616 (sha256 9616 (sha256
9617 (base32 9617 (base32
9618 "1bx7i67b01yfy9lyak4x4xrdb3zb0mr8kwx6h8cl2dpv8lspg5jb")) 9618 "0k6d0dm7qnpqlgl6yjk42fk5n045in1xf08v8mkm8achsa39xipr"))
9619 (modules '((guix build utils) 9619 (modules '((guix build utils)
9620 (ice-9 ftw) 9620 (ice-9 ftw)
9621 (ice-9 regex) 9621 (ice-9 regex)
@@ -9667,7 +9667,6 @@ abilities and powers.")
9667 (for-each (cut install-file <> man6) 9667 (for-each (cut install-file <> man6)
9668 (find-files "doc/man" "\\.6$")) 9668 (find-files "doc/man" "\\.6$"))
9669 (install-file "doc/userman/how_to_drive.html" docdir) 9669 (install-file "doc/userman/how_to_drive.html" docdir)
9670 (install-file "doc/faq/faq.html" docdir)
9671 (copy-recursively "doc/userman/images" 9670 (copy-recursively "doc/userman/images"
9672 (string-append docdir "/images"))))) 9671 (string-append docdir "/images")))))
9673 (add-after 'install 'install-freedesktop-entry 9672 (add-after 'install 'install-freedesktop-entry
@@ -9685,6 +9684,7 @@ abilities and powers.")
9685 ;; rejecting this build output". 9684 ;; rejecting this build output".
9686 (lambda _ 9685 (lambda _
9687 (chmod #$output #o755)))))) 9686 (chmod #$output #o755))))))
9687 (native-inputs (list bzip2))
9688 (inputs 9688 (inputs
9689 (list bash-minimal 9689 (list bash-minimal
9690 freealut 9690 freealut