From b6de949d0f3f5bff4822242870264519856a2adc Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Mon, 1 May 2023 14:16:04 +0200 Subject: Add comments from failed gexp-ing attempt --- tw/packages/games.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tw/packages') diff --git a/tw/packages/games.scm b/tw/packages/games.scm index 36c1c24d..22883318 100644 --- a/tw/packages/games.scm +++ b/tw/packages/games.scm @@ -191,9 +191,12 @@ If PAKSETS are not specified, simutrans is bundled with some default paksets." (guix build union) (guix build utils)) + ;; Symlink the data files into place. Must be done first. (union-build #$output (list #$base-game #$@paksets)) ;; Install wrapper script to pass the right workdir to simutrans. + ;; We can't use a `program-file' here since that would introduce + ;; a circular dependency between that file and this package. (mkdir-p (string-append #$output "/bin")) (call-with-output-file (string-append #$output "/bin/simutrans") (cut format <> "#! ~a/bin/guile --no-auto-compile~%!#~%~s~%" -- cgit v1.2.3