aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Wilken2024-05-18 18:41:46 +0200
committerTimo Wilken2024-05-18 18:41:46 +0200
commit9de9d6c212ed144ae0c8263ae50812a01b1560c2 (patch)
tree7c4adde94a9076bdd6ec4bd415549129ac7c9404
parent75ec2d1e8bc6051ea8a65d2b48ce4e1eb47ca932 (diff)
Fix Simutrans command line for 124.0
-rw-r--r--tw/packages/games.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tw/packages/games.scm b/tw/packages/games.scm
index bf9bba17..e182da79 100644
--- a/tw/packages/games.scm
+++ b/tw/packages/games.scm
@@ -263,7 +263,7 @@ If PAKSETS are not specified, simutrans is bundled with some default paksets."
(cut format <> "#! ~a/bin/guile --no-auto-compile~%!#~%~s~%"
#$guile-3.0
`(apply execl ,(string-append #$output "/libexec/simutrans")
- "simutrans" "-set_workdir"
+ "simutrans" "-set_basedir"
,(string-append #$output "/share/games/simutrans")
(cdr (command-line)))))
(chmod (string-append #$output "/bin/simutrans") #o755)))))