diff options
Diffstat (limited to 'Ladybird/ladybird.nix')
-rw-r--r-- | Ladybird/ladybird.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Ladybird/ladybird.nix b/Ladybird/ladybird.nix index 2a73dae59b..670d507a04 100644 --- a/Ladybird/ladybird.nix +++ b/Ladybird/ladybird.nix @@ -19,6 +19,9 @@ pkgs.mkShell.override ]; shellHook = '' + # NOTE: This is required to make it find the wayland platform plugin installed + # above, but should probably be fixed upstream. + export QT_PLUGIN_PATH="$QT_PLUGIN_PATH:${pkgs.qt6.qtwayland}/lib/qt-6/plugins" export QT_QPA_PLATFORM="wayland;xcb" ''; } |