···91 patchelf --add-needed $out/lib/meshlab/libmeshlab-common.so $out/bin/.meshlab-wrapped
92 '';
9300000094 meta = {
95 description = "System for processing and editing 3D triangular meshes";
96 mainProgram = "meshlab";
···91 patchelf --add-needed $out/lib/meshlab/libmeshlab-common.so $out/bin/.meshlab-wrapped
92 '';
9394+ # display a black screen on wayland, so force XWayland for now.
95+ # Might be fixed when upstream will be ready for Qt6.
96+ qtWrapperArgs = [
97+ "--set QT_QPA_PLATFORM xcb"
98+ ];
99+100 meta = {
101 description = "System for processing and editing 3D triangular meshes";
102 mainProgram = "meshlab";