rpi-imager: unset qt style

This commit is contained in:
emaryn
2025-07-07 06:47:43 +08:00
parent fa50093d3b
commit e93fef6a33
+5
View File
@@ -77,6 +77,11 @@ stdenv.mkDerivation (finalAttrs: {
(lib.cmakeBool "ENABLE_TELEMETRY" false)
];
qtWrapperArgs = [
"--unset QT_QPA_PLATFORMTHEME"
"--unset QT_STYLE_OVERRIDE"
];
passthru = {
tests.version = testers.testVersion {
package = finalAttrs.finalPackage;