Skip to content

Commit 27e300b

Browse files
SDL_classic: red-alias it to SDL1
1 parent 198dd16 commit 27e300b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pkgs/top-level/aliases.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
};

0 commit comments

Comments
 (0)