SDL_sound: fix sdltest flag (#353571)

This commit is contained in:
Martin Weinelt 2024-11-04 04:54:30 +01:00 committed by GitHub
commit 8a759c910e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
];
configureFlags = [
(lib.enableFeature enableSdltest "--disable-sdltest")
(lib.enableFeature enableSdltest "sdltest")
];
strictDeps = true;