Revert "glew: default enableEGL to true"

This commit is contained in:
K900
2024-07-23 00:26:32 +03:00
committed by GitHub
parent 12100837a8
commit 0840cd62c0
+2 -10
View File
@@ -1,14 +1,6 @@
{ 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
}: