File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1371,6 +1371,7 @@ mapAliases ({
13711371
13721372 ### S ###
13731373
1374+ SDL_classic = SDL1 ; # Added 2024-09-03
13741375 s2n = s2n-tls ; # Added 2021-03-03
13751376 sandboxfs = throw "'sandboxfs' has been removed due to being unmaintained, consider using linux namespaces for sandboxing instead" ; # Added 2024-06-06
13761377 sane-backends-git = sane-backends ; # Added 2021-02-19
Original file line number Diff line number Diff line change @@ -23449,8 +23449,6 @@ with pkgs;
2344923449
2345023450 SDL = SDL1;
2345123451
23452- SDL_classic = SDL1;
23453-
2345423452 SDL2 = callPackage ../development/libraries/SDL2 {
2345523453 inherit (darwin.apple_sdk.frameworks) AudioUnit Cocoa CoreAudio CoreServices ForceFeedback OpenGL;
2345623454 };
You can’t perform that action at this time.
0 commit comments