jimtcl: build against SDL2

Upstream commit: https://github.com/msteveb/jimtcl/commit/3b834e42ee5887f85d10d7e50814b29d1b81a09f

jimtcl will automatically detect the sdl major version,
and adjust its header includes accordingly.
SDL1 is basically EOL, so SDL2 is preferrable when available.
This commit is contained in:
Grimmauld
2025-06-06 23:28:41 +02:00
parent bd1c971af1
commit 34dc22cf30
+4 -4
View File
@@ -10,8 +10,8 @@
sqlite,
readline,
SDL,
SDL_gfx,
SDL2,
SDL2_gfx,
openssl,
SDLSupport ? true,
@@ -41,8 +41,8 @@ stdenv.mkDerivation (finalAttrs: {
openssl
]
++ (lib.optionals SDLSupport [
SDL
SDL_gfx
SDL2
SDL2_gfx
]);
configureFlags = [