{lomiri,lomiri-qt6}.morph-browser: Flip VM tests to being Qt6-specific
The tests now use the Qt6 build, so flip the condition here.
This commit is contained in:
@@ -163,7 +163,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
# Test of morph-browser itself
|
||||
standalone = if withQt6 then nixosTests.morph-browser.qt6 else nixosTests.morph-browser.qt5;
|
||||
}
|
||||
// lib.optionalAttrs (!withQt6) {
|
||||
// lib.optionalAttrs withQt6 {
|
||||
# Interactions between the Lomiri ecosystem and this browser
|
||||
inherit (nixosTests.lomiri) desktop-basics desktop-appinteractions;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user