eduke32: migrate to pkgs/by-name

This commit is contained in:
qubitnano 2024-09-10 20:58:14 -04:00
parent c111d396a8
commit b0887160e4
3 changed files with 2 additions and 8 deletions

View File

@ -14,14 +14,12 @@
, libGL
, SDL2
, SDL2_mixer
, AGL
, Cocoa
, GLUT
, OpenGL
, darwin
, graphicsmagick
}:
let
inherit (darwin.apple_sdk.frameworks) AGL Cocoa GLUT OpenGL;
wrapper = "eduke32-wrapper";
swWrapper = "voidsw-wrapper";

View File

@ -34970,10 +34970,6 @@ with pkgs;
ecwolf = callPackage ../games/ecwolf { };
eduke32 = callPackage ../games/eduke32 {
inherit (darwin.apple_sdk.frameworks) AGL Cocoa GLUT OpenGL;
};
egoboo = callPackage ../games/egoboo { };
eidolon = callPackage ../games/eidolon { };