SDL2_sound: migrate to by-name

This commit is contained in:
Anderson Torres 2024-05-03 09:59:53 -03:00
parent 7248ce50bb
commit af3995746a
2 changed files with 1 additions and 1 deletions

View File

@ -24207,7 +24207,7 @@ with pkgs;
};
});
SDL2_sound = callPackage ../development/libraries/SDL2_sound {
SDL2_sound = callPackage ../by-name/sd/SDL2_sound/package.nix {
inherit (darwin.apple_sdk.frameworks) AudioToolbox CoreAudio;
};