summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew Justin Bauer <mjbauer95@gmail.com>2018-05-05 00:07:23 -0500
committerGitHub <noreply@github.com>2018-05-05 00:07:23 -0500
commit4f08e5902fbe72b809eb754d26075830e94ddac6 (patch)
treed8ea3b8273bd658e92c7e9eb03db7b9e822b1ebc
parentbcf8e74986b1e725f27f42c95d25464a3e4e13f8 (diff)
parent1f1e16af732a579bf9967494473eaf7079aeaed5 (diff)
downloadnixlib-4f08e5902fbe72b809eb754d26075830e94ddac6.tar
nixlib-4f08e5902fbe72b809eb754d26075830e94ddac6.tar.gz
nixlib-4f08e5902fbe72b809eb754d26075830e94ddac6.tar.bz2
nixlib-4f08e5902fbe72b809eb754d26075830e94ddac6.tar.lz
nixlib-4f08e5902fbe72b809eb754d26075830e94ddac6.tar.xz
nixlib-4f08e5902fbe72b809eb754d26075830e94ddac6.tar.zst
nixlib-4f08e5902fbe72b809eb754d26075830e94ddac6.zip
Merge pull request #39972 from ikervagyok/mathematica
mathematica: add mesa, fix `libGL.so.1 not found` messages
-rw-r--r--pkgs/applications/science/math/mathematica/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/science/math/mathematica/default.nix b/pkgs/applications/science/math/mathematica/default.nix
index 9b9d5b250ef6..97781a69ce64 100644
--- a/pkgs/applications/science/math/mathematica/default.nix
+++ b/pkgs/applications/science/math/mathematica/default.nix
@@ -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