SDL2_image: migrate to by-name

This commit is contained in:
Anderson Torres
2024-07-13 07:22:09 -03:00
parent d8fb075904
commit c3fa9d6d0b
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -23980,7 +23980,7 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) AudioUnit Cocoa CoreAudio CoreServices ForceFeedback OpenGL;
};
SDL2_image = callPackage ../development/libraries/SDL2_image {
SDL2_image = callPackage ../by-name/sd/SDL2_image/package.nix {
inherit (darwin.apple_sdk.frameworks) Foundation;
};
# Pinned for pygame, toppler