We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64cfcd0 commit 3ef6e71Copy full SHA for 3ef6e71
pkgs/development/libraries/vtk/generic.nix
@@ -102,7 +102,7 @@ stdenv.mkDerivation {
102
"-DVTK_MODULE_ENABLE_VTK_RenderingExternal=YES"
103
]
104
++ lib.optionals (!stdenv.hostPlatform.isDarwin) [
105
- "-DOPENGL_INCLUDE_DIR=${libGL}/include"
+ "-DOPENGL_INCLUDE_DIR=${lib.getInclude libGL}/include"
106
(lib.cmakeBool "VTK_OPENGL_HAS_EGL" enableEgl)
107
108
++ [
0 commit comments