SDL2: move to by-name, rename SDL2_classic
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user