asymptote: direct reference to mesa_noglu.osmesa
This commit is contained in:
parent
33daafd4c5
commit
77b23a8e7c
|
@ -1,6 +1,6 @@
|
||||||
{stdenv, fetchurl
|
{stdenv, fetchurl
|
||||||
, freeglut, ghostscriptX, imagemagick, fftw
|
, freeglut, ghostscriptX, imagemagick, fftw
|
||||||
, boehmgc, libGLU, libGL, ncurses, readline, gsl, libsigsegv
|
, boehmgc, libGLU, libGL, mesa_noglu, ncurses, readline, gsl, libsigsegv
|
||||||
, python, zlib, perl, texLive, texinfo, xz
|
, python, zlib, perl, texLive, texinfo, xz
|
||||||
, darwin
|
, darwin
|
||||||
}:
|
}:
|
||||||
|
@ -20,7 +20,7 @@ let
|
||||||
boehmgc ncurses readline gsl libsigsegv
|
boehmgc ncurses readline gsl libsigsegv
|
||||||
python zlib perl texLive texinfo xz ]
|
python zlib perl texLive texinfo xz ]
|
||||||
++ stdenv.lib.optionals stdenv.isLinux
|
++ stdenv.lib.optionals stdenv.isLinux
|
||||||
[ freeglut libGLU libGL libGLU_combined_noglu.osmesa ]
|
[ freeglut libGLU libGL mesa_noglu.osmesa ]
|
||||||
++ stdenv.lib.optionals stdenv.isDarwin
|
++ stdenv.lib.optionals stdenv.isDarwin
|
||||||
(with darwin.apple_sdk.frameworks; [ OpenGL GLUT Cocoa ])
|
(with darwin.apple_sdk.frameworks; [ OpenGL GLUT Cocoa ])
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in New Issue