forked from mirrors/nixpkgs
asymptote: direct reference to mesa_noglu.osmesa
This commit is contained in:
parent
33daafd4c5
commit
77b23a8e7c
|
@ -1,6 +1,6 @@
|
|||
{stdenv, fetchurl
|
||||
, 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
|
||||
, darwin
|
||||
}:
|
||||
|
@ -20,7 +20,7 @@ let
|
|||
boehmgc ncurses readline gsl libsigsegv
|
||||
python zlib perl texLive texinfo xz ]
|
||||
++ stdenv.lib.optionals stdenv.isLinux
|
||||
[ freeglut libGLU libGL libGLU_combined_noglu.osmesa ]
|
||||
[ freeglut libGLU libGL mesa_noglu.osmesa ]
|
||||
++ stdenv.lib.optionals stdenv.isDarwin
|
||||
(with darwin.apple_sdk.frameworks; [ OpenGL GLUT Cocoa ])
|
||||
;
|
||||
|
|
Loading…
Reference in a new issue