linyaps: fix build for Qt 6.10

https://doc-snapshots.qt.io/qt6-6.10/whatsnew610.html#build-system-changes
This commit is contained in:
HHR2020
2025-10-23 17:28:51 +08:00
parent 5cd4b4a685
commit d161cb06fe
+5
View File
@@ -50,6 +50,11 @@ stdenv.mkDerivation (finalAttrs: {
patches = [
./fix-host-path.patch
# Fix for Qt 6.10
(fetchpatch {
url = "https://github.com/OpenAtom-Linyaps/linyaps/commit/c49e6cfab304ffa2b5b1657da247a6eda6f46c3a.patch";
hash = "sha256-lFyPb8YiaXJl2yzPElUR1jYwdOxA0h+db4sv/N70N4E=";
})
];
postPatch = ''