SDL_audiolib: migrate to by-name

This commit is contained in:
Anderson Torres 2024-05-01 21:30:07 -03:00
parent 43017df2de
commit fe5f696e68
2 changed files with 0 additions and 2 deletions

View File

@ -24182,8 +24182,6 @@ with pkgs;
SDL = SDL_classic;
SDL_audiolib = callPackage ../development/libraries/SDL_audiolib { };
SDL_sixel = callPackage ../development/libraries/SDL_sixel { };
SDL_mixer = callPackage ../development/libraries/SDL_mixer { };