mathematica: add mesa, fix libGL.so.1 not found messages

This commit is contained in:
Lengyel Balazs 2018-05-04 13:02:02 +02:00
parent 977f9a129e
commit 1f1e16af73

View file

@ -19,6 +19,8 @@
, libxml2
, libuuid
, lang ? "en"
, libGL
, libGLU
}:
let
@ -56,6 +58,8 @@ stdenv.mkDerivation rec {
libxml2
libuuid
zlib
libGL
libGLU
] ++ (with xorg; [
libX11
libXext