mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
SDL_classic: red-alias it to SDL1
This commit is contained in:
parent
198dd168d5
commit
27e300bca2
@ -1371,6 +1371,7 @@ mapAliases ({
|
||||
|
||||
### S ###
|
||||
|
||||
SDL_classic = SDL1; # Added 2024-09-03
|
||||
s2n = s2n-tls; # Added 2021-03-03
|
||||
sandboxfs = throw "'sandboxfs' has been removed due to being unmaintained, consider using linux namespaces for sandboxing instead"; # Added 2024-06-06
|
||||
sane-backends-git = sane-backends; # Added 2021-02-19
|
||||
|
@ -23449,8 +23449,6 @@ with pkgs;
|
||||
|
||||
SDL = SDL1;
|
||||
|
||||
SDL_classic = SDL1;
|
||||
|
||||
SDL2 = callPackage ../development/libraries/SDL2 {
|
||||
inherit (darwin.apple_sdk.frameworks) AudioUnit Cocoa CoreAudio CoreServices ForceFeedback OpenGL;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user