SDL1: migrate to by-name

And green-alias both SDL1 and SDL_classic to it.
This commit is contained in:
Anderson Torres 2024-09-03 15:04:51 -03:00
parent 245276a925
commit 7159facf92
4 changed files with 2 additions and 2 deletions

View File

@ -23447,9 +23447,9 @@ with pkgs;
scope-lite = callPackage ../development/libraries/scope-lite { }; scope-lite = callPackage ../development/libraries/scope-lite { };
SDL_classic = callPackage ../development/libraries/SDL { }; SDL = SDL1;
SDL = SDL_classic; SDL_classic = SDL1;
SDL2 = callPackage ../development/libraries/SDL2 { SDL2 = callPackage ../development/libraries/SDL2 {
inherit (darwin.apple_sdk.frameworks) AudioUnit Cocoa CoreAudio CoreServices ForceFeedback OpenGL; inherit (darwin.apple_sdk.frameworks) AudioUnit Cocoa CoreAudio CoreServices ForceFeedback OpenGL;