nixosTests.terminal-emulators: Disable lomiri-terminal-app colour test

02a4d9a728 made the colour output of the terminal(?) in the icewm environment
on x86_64 BGR instead of RGB, but not on aarch64. Just disable for now.
This commit is contained in:
OPNA2608
2024-09-14 20:21:20 +02:00
parent 2982749864
commit d2cf5dda65
+3
View File
@@ -62,6 +62,9 @@ let tests = {
konsole.pkg = p: p.plasma5Packages.konsole;
lomiri-terminal-app.pkg = p: p.lomiri.lomiri-terminal-app;
# after recent Mesa change, borked software rendering config under x86_64 icewm?
# BGR colour display on x86_64, RGB on aarch64
lomiri-terminal-app.colourTest = false;
lxterminal.pkg = p: p.lxterminal;