rpi-imager: unset qt style (#423043)

authored by Aleksana and committed by GitHub 15463578 73d99918

+5
+5
pkgs/by-name/rp/rpi-imager/package.nix
··· 77 (lib.cmakeBool "ENABLE_TELEMETRY" false) 78 ]; 79 80 passthru = { 81 tests.version = testers.testVersion { 82 package = finalAttrs.finalPackage;
··· 77 (lib.cmakeBool "ENABLE_TELEMETRY" false) 78 ]; 79 80 + qtWrapperArgs = [ 81 + "--unset QT_QPA_PLATFORMTHEME" 82 + "--unset QT_STYLE_OVERRIDE" 83 + ]; 84 + 85 passthru = { 86 tests.version = testers.testVersion { 87 package = finalAttrs.finalPackage;