wivrn: fix build against Qt 6.10 (#455963)

This commit is contained in:
Sefa Eyeoglu
2025-10-26 21:07:51 +00:00
committed by GitHub
+9
View File
@@ -90,6 +90,15 @@ stdenv.mkDerivation (finalAttrs: {
fi
'';
patches = [
# See https://github.com/WiVRn/WiVRn/pull/557
(fetchpatch {
name = "wivrn-fix-qt6.10-build.patch";
url = "https://github.com/WiVRn/WiVRn/commit/2204fdd39682cfc052556d58fdb9404dd8ecf63f.patch?full_index=1";
hash = "sha256-05MLfJNCznBt6eaggUfSk1jaNDB2/eou6CfexUkIHZE=";
})
];
nativeBuildInputs = [
cmake
git