3
0
Fork 0
forked from mirrors/nixpkgs

asymptote: direct reference to mesa_noglu.osmesa

This commit is contained in:
Alexander V. Nikolaev 2018-02-24 16:09:16 +02:00
parent 33daafd4c5
commit 77b23a8e7c

View file

@ -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 ])
;