jimtcl: build against SDL2 (#414591)

This commit is contained in:
Peder Bergebakken Sundt
2025-06-07 20:44:58 +02:00
committed by GitHub
+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 = [