Unverified Commit 2c3f2555 authored by Sefa Eyeoglu's avatar Sefa Eyeoglu Committed by GitHub
Browse files

wivrn: fix build against Qt 6.10 (#455963)

parents 4ad4155a 42060c40
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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