ladybird: enable wayland support

(cherry picked from commit a63f279bb6)
This commit is contained in:
Francesco Gazzetta 2024-07-02 14:49:18 +02:00
parent 7069932e56
commit 7b254600a3

View File

@ -120,6 +120,8 @@ stdenv.mkDerivation (finalAttrs: {
qtbase
qtmultimedia
woff2
] ++ lib.optional stdenv.isLinux [
qtwayland
] ++ lib.optionals stdenv.isDarwin [
AppKit
Cocoa