1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-18 10:03:03 +00:00

SDL_sound: fix sdltest flag

This commit is contained in:
Martin Weinelt 2024-11-04 04:47:19 +01:00
parent 20fff77fcc
commit e19b0195b4
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

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