normcap: fix QT_QPA_PLATFORM

earlier xcb was forced causing errors on mac os darwin. this commit
removes it so that it is automatically setup by QT .
This commit is contained in:
Viena
2026-04-06 06:45:14 +05:30
parent 58e5930bc8
commit 26e32306d9

View File

@@ -70,7 +70,6 @@ ps.buildPythonApplication (finalAttrs: {
preFixup = ''
makeWrapperArgs+=(
"''${qtWrapperArgs[@]}"
--set QT_QPA_PLATFORM xcb
--prefix PATH : ${lib.makeBinPath wrapperDeps}
)
''