opengl: Newer fltk doesn't use libGLU_combined hack
This commit is contained in:
@@ -28,7 +28,7 @@ let
|
||||
patchelf --set-rpath /usr/lib${stdenv.lib.optionalString stdenv.is64bit "64"}/nvidia:"$(patchelf --print-rpath $out/lib/libvglfaker.so)" $out/lib/libvglfaker.so
|
||||
'';
|
||||
} );
|
||||
fltk = super.fltk.override { inherit libGLU_combined freeglut; };
|
||||
fltk = super.fltk.override { inherit libGL libGLU freeglut; };
|
||||
freeglut = super.freeglut.override { inherit libGL libGLU; };
|
||||
in
|
||||
substituteAll {
|
||||
|
||||
Reference in New Issue
Block a user