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
commit 4f08e5902f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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