SDL_sound: migrate to by-name

This commit is contained in:
Anderson Torres 2024-05-01 21:38:17 -03:00
parent f3d1af9894
commit 482e1a5a4b
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_sound = callPackage ../development/libraries/SDL_sound { };
SDL_stretch= callPackage ../development/libraries/SDL_stretch { };
SDL_ttf = callPackage ../development/libraries/SDL_ttf { };