From 9de9d6c212ed144ae0c8263ae50812a01b1560c2 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sat, 18 May 2024 18:41:46 +0200 Subject: Fix Simutrans command line for 124.0 --- tw/packages/games.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tw/packages') 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))))) -- cgit v1.2.3