mathematica: add mesa, fix libGL.so.1 not found
messages
This commit is contained in:
parent
977f9a129e
commit
1f1e16af73
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue