tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
qt6.qtwayland: fix a crash issue with popup/submenus
Nick Cao
2 years ago
80e1bce5
e9bd852a
+6
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
qt-6
modules
qtwayland.nix
+6
pkgs/development/libraries/qt-6/modules/qtwayland.nix
···
19
19
url = "https://code.qt.io/cgit/qt/qtwayland.git/patch/?id=6fe83f6076423068b652fa4fcb0b5adbd297f2a8";
20
20
hash = "sha256-TlZozKezpYm90B9qFP9qv76asRdIt+5bq9E3GcmFiDc=";
21
21
})
22
22
+
# Fix potential crash issues when some submenus are expanded
23
23
+
# https://codereview.qt-project.org/c/qt/qtwayland/+/519344/
24
24
+
(fetchpatch {
25
25
+
url = "https://code.qt.io/cgit/qt/qtwayland.git/patch/?id=aae65c885d8e38d8abc2959cded7b5e9e5fc88b3";
26
26
+
hash = "sha256-FD1VaiTgl9Z1y+5EDpWYShM1ULoFdET86FoFfqDmjyo=";
27
27
+
})
22
28
];
23
29
}