summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/qtdeclarative-disable-qmlcache.patch
AgeCommit message (Collapse)Author
2024-04-03gnu: qtdeclarative: Update to 6.6.2.Zheng Junjie
* gnu/packages/qt.scm (qtdeclarative): Update to 6.6.2. [arguments]<#:phases>: Disable flaky tst_qmltyperegistrar test. Disable failing tst_qquickiconimage test. * gnu/packages/patches/qtdeclarative-disable-qmlcache.patch: Adjust it. Change-Id: Ic7ddb603524ff07916d57b2ce92b7ffa407a5004 Signed-off-by: Maxim Cournoyer <[email protected]>
2023-08-22gnu: qtdeclarative: Disable QML cache to avoid stale cache issues.Maxim Cournoyer
Fixes <https://issues.guix.gnu.org/64605> and similar reports. * gnu/packages/patches/qtdeclarative-5-disable-qmlcache.patch: New patch. * gnu/packages/patches/qtdeclarative-disable-qmlcache.patch: Likewise. * gnu/local.mk (dist_patch_DATA): Register them. * gnu/packages/qt.scm (qtdeclarative-5, qtdeclarative): Apply them. Reported-by: Distopico Vegan <[email protected]>