Merge pull request #325794 from Naxdy/work/backport-qtwayland-fix

qt6packages.qtwayland: pull pending upstream fix for popup parents
This commit is contained in:
K900
2024-07-09 14:40:37 +03:00
committed by GitHub
@@ -4,6 +4,7 @@
, wayland
, pkg-config
, libdrm
, fetchpatch
}:
qtModule {
@@ -11,4 +12,13 @@ qtModule {
propagatedBuildInputs = [ qtbase qtdeclarative ];
buildInputs = [ wayland libdrm ];
nativeBuildInputs = [ pkg-config ];
patches = [
# Included in qtwayland 6.7.3
# Fixes https://bugs.kde.org/show_bug.cgi?id=489259
(fetchpatch {
url = "https://invent.kde.org/qt/qt/qtwayland/-/commit/92bcb8f6b7a852c7a5d662fc34de561692a7a454.diff";
sha256 = "sha256-XgGO8VnmQHLhUxTGf9CniwkCr5FsFiuUbnVP0NLNekI=";
})
];
}