Unverified Commit 26e32306 authored by Viena's avatar Viena
Browse files

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 .
parent 58e5930b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -70,7 +70,6 @@ ps.buildPythonApplication (finalAttrs: {
  preFixup = ''
    makeWrapperArgs+=(
      "''${qtWrapperArgs[@]}"
      --set QT_QPA_PLATFORM xcb
      --prefix PATH : ${lib.makeBinPath wrapperDeps}
    )
  ''