nheko: fix build for Qt 6.10 (#454781)

This commit is contained in:
Franz Pletz
2025-10-23 06:45:55 +00:00
committed by GitHub
+5
View File
@@ -43,6 +43,11 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-y8aiS6h5CSJYBdsAH4jYhAyrFug7aH2H8L6rBfULnQQ=";
})
./fix-darwin-build.patch
# Fix for Qt 6.10
(fetchpatch {
url = "https://github.com/Nheko-Reborn/nheko/commit/af2ca72030deb14a920a888e807dc732d93e3714.patch";
hash = "sha256-tlYrfEoUkdJoVzvfF34IhXdn1AxLO0MOlp9rzuFivws=";
})
];
nativeBuildInputs = [