mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
SDL2_mixer_2_0: migrate to by-name
This commit is contained in:
parent
5fa2bdc79d
commit
5f77c558fa
@ -1,3 +1,4 @@
|
||||
# SDL2_mixer_2_0 pinned for lzwolf
|
||||
{
|
||||
SDL2_mixer,
|
||||
fetchFromGitHub,
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user