qt6.qtvirtualkeyboard: cherry-pick r-b fixes (#470124)

This commit is contained in:
K900
2025-12-12 12:30:36 +00:00
committed by GitHub
@@ -5,6 +5,7 @@
qtsvg,
hunspell,
pkg-config,
fetchpatch,
}:
qtModule {
@@ -16,4 +17,12 @@ qtModule {
hunspell
];
nativeBuildInputs = [ pkg-config ];
patches = [
# https://qt-project.atlassian.net/browse/QTBUG-137440
(fetchpatch {
name = "rb-link-core-into-styles.patch";
url = "https://github.com/qt/qtvirtualkeyboard/commit/0b1e8be8dd874e1fbacd0c30ed5be7342f6cd44d.patch";
hash = "sha256-Uk6EJOlkCRLUg1w3ljHaxV/dXEVWyUpP/ijoyjptbNc=";
})
];
}