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:
parent
20fff77fcc
commit
e19b0195b4
|
@ -31,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
];
|
||||
|
||||
configureFlags = [
|
||||
(lib.enableFeature enableSdltest "--disable-sdltest")
|
||||
(lib.enableFeature enableSdltest "sdltest")
|
||||
];
|
||||
|
||||
strictDeps = true;
|
||||
|
|
Loading…
Reference in a new issue