nixosTests.terminal-emulators: Fix lomiri-terminal-app test after mesa change (#341573)

This commit is contained in:
Cosima Neidahl 2024-09-20 13:42:57 +02:00 committed by GitHub
commit eee25622ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;