1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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 <bavier@posteo.net>
This commit is contained in:
Nigko Yerden
2025-03-11 14:22:59 +05:00
committed by Eric Bavier
parent 3cc51c3e74
commit 92124591ee

View File

@@ -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