lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #14706 from acowley/frameworks-GL

frameworks: GL is undefined

+1 -1
+1 -1
pkgs/os-specific/darwin/apple-sdk/frameworks.nix
··· 48 48 ForceFeedback = [ CF IOKit ]; 49 49 Foundation = [ CF libobjc Security ApplicationServices SystemConfiguration ]; 50 50 GLKit = [ CF ]; 51 - GLUT = [ GL OpenGL ]; 51 + GLUT = [ OpenGL ]; 52 52 GSS = []; 53 53 GameController = []; 54 54 GameKit = [ Foundation ];