speed-dreams: apply newly arrived nitpick from treefmt

This commit is contained in:
7c6f434c
2026-01-23 08:45:52 +00:00
committed by GitHub
parent 1ebc85ebe4
commit 0f3b9676be
+1 -1
View File
@@ -108,7 +108,7 @@ stdenv.mkDerivation rec {
makeWrapperArgs=(
--prefix ${libPathVar} : "$out/lib/games/speed-dreams-2/lib:$out/lib:${runtimeLibPath}"
)
${lib.optionalString stdenv.isLinux ''makeWrapperArgs+=(--set SDL_VIDEODRIVER x11)''}
${lib.optionalString stdenv.isLinux "makeWrapperArgs+=(--set SDL_VIDEODRIVER x11)"}
makeWrapper "$out/games/speed-dreams-2" "$out/bin/speed-dreams" "''${makeWrapperArgs[@]}"
'';