Skip to content

Commit

Permalink
lomiri.morph-browser: Add mesa.llvmpipeHook, re-allow affected test(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
OPNA2608 committed Dec 31, 2024
1 parent 198305b commit 610ec2c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/desktops/lomiri/applications/morph-browser/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
lomiri-content-hub,
lomiri-ui-extras,
lomiri-ui-toolkit,
mesa,
pkg-config,
qqc2-suru-style,
qtbase,
Expand Down Expand Up @@ -90,6 +91,7 @@ stdenv.mkDerivation (finalAttrs: {
];

nativeCheckInputs = [
mesa.llvmpipeHook # ShapeMaterial needs an OpenGL context: https://gitlab.com/ubports/development/core/lomiri-ui-toolkit/-/issues/35
xvfb-run
];

Expand All @@ -102,9 +104,6 @@ stdenv.mkDerivation (finalAttrs: {
lib.concatStringsSep "|" [
# Don't care about linter failures
"^flake8"
# Runs into ShapeMaterial codepath in lomiri-ui-toolkit which needs OpenGL, see LUITK for details
"^tst_QmlTests"
]
})")
]
Expand Down

0 comments on commit 610ec2c

Please sign in to comment.