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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
}: