freecad: set QT_QPA_PLATFORM=xcb

Makes freecad work correctly on wayland
This commit is contained in:
Pablo Ovelleiro Corral 2023-04-06 10:55:34 +02:00 committed by Anderson Torres
parent 18111d5d7e
commit 48669e91f8

View File

@ -134,6 +134,7 @@ mkDerivation rec {
qtWrapperArgs = [ qtWrapperArgs = [
"--set COIN_GL_NO_CURRENT_CONTEXT_CHECK 1" "--set COIN_GL_NO_CURRENT_CONTEXT_CHECK 1"
"--prefix PATH : ${libredwg}/bin" "--prefix PATH : ${libredwg}/bin"
"--set QT_QPA_PLATFORM xcb"
]; ];
postFixup = '' postFixup = ''