Loading pkgs/development/libraries/qt-6/modules/qtwayland.nix +11 −0 Original line number Diff line number Diff line Loading @@ -7,10 +7,21 @@ wayland-scanner, pkg-config, libdrm, fetchpatch, }: qtModule { pname = "qtwayland"; # Backport fix for popups not rendering properly # FIXME: remove in 6.9.1 patches = [ (fetchpatch { url = "https://invent.kde.org/qt/qt/qtwayland/-/commit/e4556c59f0c8250da7c16759432b2ac0a5ac9d9f.patch"; hash = "sha256-wRNXBwecuULn5MD87HP20uSuxHiuQslKp20DIuCGheM="; }) ]; # wayland-scanner needs to be propagated as both build # (for the wayland-scanner binary) and host (for the # actual wayland.xml protocol definition) Loading Loading
pkgs/development/libraries/qt-6/modules/qtwayland.nix +11 −0 Original line number Diff line number Diff line Loading @@ -7,10 +7,21 @@ wayland-scanner, pkg-config, libdrm, fetchpatch, }: qtModule { pname = "qtwayland"; # Backport fix for popups not rendering properly # FIXME: remove in 6.9.1 patches = [ (fetchpatch { url = "https://invent.kde.org/qt/qt/qtwayland/-/commit/e4556c59f0c8250da7c16759432b2ac0a5ac9d9f.patch"; hash = "sha256-wRNXBwecuULn5MD87HP20uSuxHiuQslKp20DIuCGheM="; }) ]; # wayland-scanner needs to be propagated as both build # (for the wayland-scanner binary) and host (for the # actual wayland.xml protocol definition) Loading