openscad: override glew to disable EGL

This commit is contained in:
kashw2
2026-06-11 13:08:58 +10:00
parent 010388ff68
commit b521a3c494
+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