SDL2_gfx: migrate to by-name

This commit is contained in:
Anderson Torres
2024-06-04 08:19:09 -03:00
parent c6b17b3071
commit 1c5d6dcbc4
2 changed files with 0 additions and 2 deletions
-2
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;
};