qt6.qtdeclarative: Backport patch to fix qmlsc crash on "if + for" (#398296)

This commit is contained in:
K900 2025-04-17 08:16:06 +03:00 committed by GitHub
commit efd4a55aef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,6 +10,7 @@
lib,
pkgsBuildBuild,
replaceVars,
fetchpatch2,
}:
qtModule {
@ -37,6 +38,12 @@ qtModule {
})
# add version specific QML import path
./use-versioned-import-path.patch
# Backport patch to fix qmlsc crash on "if + for"
# FIXME: remove for 6.9.1
(fetchpatch2 {
url = "https://github.com/qt/qtdeclarative/commit/d1aa2e8466bab73c3e4d120356238b482b55f02a.patch";
hash = "sha256-uD3OM6Abt5O6txAjhYPY2wTlz5ZWfD7s5bsfqeOB0W0=";
})
];
preConfigure =