From 52fb00535e8e721784cb5103915697fd3e8abed1 Mon Sep 17 00:00:00 2001 From: Anthony Cowley Date: Thu, 14 Apr 2016 17:31:04 -0400 Subject: [PATCH] frameworks: GL is undefined The GLUT frameworks is currently a Nix evaluation error. --- pkgs/os-specific/darwin/apple-sdk/frameworks.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/os-specific/darwin/apple-sdk/frameworks.nix b/pkgs/os-specific/darwin/apple-sdk/frameworks.nix index 750adfe3cbf..3ecb3511422 100644 --- a/pkgs/os-specific/darwin/apple-sdk/frameworks.nix +++ b/pkgs/os-specific/darwin/apple-sdk/frameworks.nix @@ -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 ];