mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
SDL2_sound: migrate to by-name
This commit is contained in:
parent
7248ce50bb
commit
af3995746a
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user