eduke32: migrate to pkgs/by-name
This commit is contained in:
parent
c111d396a8
commit
b0887160e4
@ -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";
|
||||
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user