SDL_stretch: migrate to by-name

This commit is contained in:
Anderson Torres 2024-05-01 21:38:56 -03:00
parent 01923ef9af
commit bfcdb8dbfa
2 changed files with 0 additions and 2 deletions

View File

@ -24186,8 +24186,6 @@ with pkgs;
SDL_net = callPackage ../development/libraries/SDL_net { };
SDL_stretch= callPackage ../development/libraries/SDL_stretch { };
SDL_ttf = callPackage ../development/libraries/SDL_ttf { };
SDL2 = callPackage ../development/libraries/SDL2 {