openscad: override glew to disable EGL
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user