wivrn: fix build against Qt 6.10

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu
2025-10-26 19:26:35 +01:00
parent dd27ec5838
commit 42060c40fd

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