From 92124591eedf27e988c84f75acd4b4d99ff43122 Mon Sep 17 00:00:00 2001 From: Nigko Yerden Date: Tue, 11 Mar 2025 14:22:59 +0500 Subject: [PATCH] gnu: supertuxkart: Keep 'supertuxkart.desktop' file. * gnu/packages/games.scm (supertuxkart)[arguments]: Fix regexp in 'disable-data-install' phase so that the line in CMakeList.txt that installs 'supertuxkart.desktop' file is not commented out. Change-Id: I408cdfeb9425c39228d38df4c15aee326e19dc34 Signed-off-by: Eric Bavier --- gnu/packages/games.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index fd22b0243f..89e06a3a81 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -4845,7 +4845,7 @@ This package expects the game(s) to be placed in subdirectories of (add-before 'configure 'disable-data-install (lambda _ (substitute* "CMakeLists.txt" - (("^install\\(.*STK_DATA_DIR" &) + (("^install\\(DIRECTORY.*STK_DATA_DIR" &) (string-append "# " &)))))))) (inputs (list curl