SDL_compat: migrate to by-name

This commit is contained in:
Anderson Torres 2024-09-04 12:20:35 -03:00
parent 1918269b08
commit 77b1cefe32
3 changed files with 0 additions and 2 deletions

View File

@ -23454,8 +23454,6 @@ with pkgs;
libGLU = null;
});
SDL_compat = callPackage ../development/libraries/SDL_compat { };
SDL = SDL_classic;
SDL2 = callPackage ../development/libraries/SDL2 {