SDL2_gfx: migrate to by-name

This commit is contained in:
Anderson Torres 2024-05-03 08:54:35 -03:00
parent c6b17b3071
commit 1c5d6dcbc4
2 changed files with 0 additions and 2 deletions

View File

@ -24207,8 +24207,6 @@ with pkgs;
};
});
SDL2_gfx = callPackage ../development/libraries/SDL2_gfx { };
SDL2_sound = callPackage ../development/libraries/SDL2_sound {
inherit (darwin.apple_sdk.frameworks) AudioToolbox CoreAudio;
};