SDL_net: migrate to by-name

This commit is contained in:
Anderson Torres
2024-06-04 08:19:09 -03:00
parent 3682b4386b
commit 41724a3073
2 changed files with 0 additions and 2 deletions
-2
View File
@@ -24182,8 +24182,6 @@ with pkgs;
SDL = SDL_classic;
SDL_net = callPackage ../development/libraries/SDL_net { };
SDL2 = callPackage ../development/libraries/SDL2 {
inherit (darwin.apple_sdk.frameworks) AudioUnit Cocoa CoreAudio CoreServices ForceFeedback OpenGL;
};