openscad: override glew to disable EGL fixing build failure (#530580)

This commit is contained in:
7c6f434c
2026-06-11 09:44:56 +00:00
committed by GitHub
+3 -1
View File
@@ -127,7 +127,9 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
eigen
boost
glew
# OpenSCAD's GLX offscreen renderer needs GLEW's GLXEW symbols (`__GLXEW_SGIX_pbuffer`, `__GLXEW_SGIX_fbconfig`)
# which are not found in the default EGL-enabled glew and causes the build failure in https://github.com/NixOS/nixpkgs/issues/530529
(glew.override { enableEGL = false; })
opencsg
cgal_5
mpfr