SDL2: move to by-name, rename SDL2_classic

This commit is contained in:
Grimmauld
2025-03-26 18:37:51 +01:00
parent 1f2b005a44
commit a837ba1b8e
4 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -10182,8 +10182,9 @@ with pkgs;
};
SDL = SDL_compat;
SDL2 = SDL2_classic;
SDL2 = callPackage ../development/libraries/SDL2 {
SDL2_classic = callPackage ../by-name/sd/SDL2_classic/package.nix {
inherit (darwin.apple_sdk.frameworks) AudioUnit Cocoa CoreAudio CoreServices ForceFeedback OpenGL;
};