mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
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:
@@ -70,7 +70,6 @@ ps.buildPythonApplication (finalAttrs: {
|
||||
preFixup = ''
|
||||
makeWrapperArgs+=(
|
||||
"''${qtWrapperArgs[@]}"
|
||||
--set QT_QPA_PLATFORM xcb
|
||||
--prefix PATH : ${lib.makeBinPath wrapperDeps}
|
||||
)
|
||||
''
|
||||
|
||||
Reference in New Issue
Block a user