mathematica: set QT_QPA_PLATFORM to xcb (#178991)
This commit is contained in:
parent
53c6ed4643
commit
07328220b6
1 changed files with 2 additions and 0 deletions
|
@ -121,6 +121,8 @@ in stdenv.mkDerivation {
|
|||
"--set USE_WOLFRAM_LD_LIBRARY_PATH 1"
|
||||
# Fix xkeyboard config path for Qt
|
||||
"--set QT_XKB_CONFIG_ROOT ${xkeyboard_config}/share/X11/xkb"
|
||||
# wayland isn't supported
|
||||
"--set QT_QPA_PLATFORM xcb"
|
||||
] ++ lib.optionals cudaSupport [
|
||||
"--set CUDA_PATH ${cudaEnv}"
|
||||
"--set NVIDIA_DRIVER_LIBRARY_PATH ${addOpenGLRunpath.driverLink}/lib/libnvidia-tls.so"
|
||||
|
|
Loading…
Reference in a new issue