mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
frameworks: GL is undefined
The GLUT frameworks is currently a Nix evaluation error.
This commit is contained in:
parent
88c0ac1f02
commit
52fb00535e
@ -48,7 +48,7 @@ with frameworks; with libs; {
|
||||
ForceFeedback = [ CF IOKit ];
|
||||
Foundation = [ CF libobjc Security ApplicationServices SystemConfiguration ];
|
||||
GLKit = [ CF ];
|
||||
GLUT = [ GL OpenGL ];
|
||||
GLUT = [ OpenGL ];
|
||||
GSS = [];
|
||||
GameController = [];
|
||||
GameKit = [ Foundation ];
|
||||
|
Loading…
Reference in New Issue
Block a user