Unverified Commit 0840cd62 authored by K900's avatar K900 Committed by GitHub
Browse files

Revert "glew: default enableEGL to true"

parent 12100837
Loading
Loading
Loading
Loading
+2 −10
Original line number Diff line number Diff line
{ lib
, stdenv
, fetchurl
, fetchpatch
, cmake
, libGLU
, libXmu
, libXi
, libXext
{ lib, stdenv, fetchurl, fetchpatch, cmake, libGLU, libXmu, libXi, libXext
, OpenGL
, enableEGL ? (!stdenv.isDarwin)
, enableEGL ? false
, testers
}: