SDL2_mixer_2_0: migrate to by-name

This commit is contained in:
Anderson Torres 2024-04-26 18:54:11 -03:00
parent 5fa2bdc79d
commit 5f77c558fa
3 changed files with 1 additions and 2 deletions

View File

@ -1,3 +1,4 @@
# SDL2_mixer_2_0 pinned for lzwolf
{
SDL2_mixer,
fetchFromGitHub,

View File

@ -24341,8 +24341,6 @@ with pkgs;
});
SDL2_mixer = callPackage ../development/libraries/SDL2_mixer { };
# SDL2_mixer_2_0 pinned for lzwolf
SDL2_mixer_2_0 = callPackage ../development/libraries/SDL2_mixer/2_0.nix { };
SDL2_gfx = callPackage ../development/libraries/SDL2_gfx { };