Merge pull request #39972 from ikervagyok/mathematica

mathematica: add mesa, fix `libGL.so.1 not found` messages
This commit is contained in:
Matthew Justin Bauer
2018-05-05 00:07:23 -05:00
committed by GitHub

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