diff --git a/Ladybird/ladybird.nix b/Ladybird/ladybird.nix index 2a73dae59bd..670d507a046 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" ''; }