Merge pull request #329247 from NixOS/revert-328907-glew-egl

Revert "glew: default enableEGL to true"
This commit is contained in:
K900 2024-07-23 00:26:54 +03:00 committed by GitHub
commit be1d700996
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
}: