Merge pull request #39972 from ikervagyok/mathematica
mathematica: add mesa, fix `libGL.so.1 not found` messages
This commit is contained in:
commit
4f08e5902f
@ -19,6 +19,8 @@
|
|||||||
, libxml2
|
, libxml2
|
||||||
, libuuid
|
, libuuid
|
||||||
, lang ? "en"
|
, lang ? "en"
|
||||||
|
, libGL
|
||||||
|
, libGLU
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -56,6 +58,8 @@ stdenv.mkDerivation rec {
|
|||||||
libxml2
|
libxml2
|
||||||
libuuid
|
libuuid
|
||||||
zlib
|
zlib
|
||||||
|
libGL
|
||||||
|
libGLU
|
||||||
] ++ (with xorg; [
|
] ++ (with xorg; [
|
||||||
libX11
|
libX11
|
||||||
libXext
|
libXext
|
||||||
|
Loading…
x
Reference in New Issue
Block a user