Unverified Commit 32d16247 authored by Francesco Gazzetta's avatar Francesco Gazzetta Committed by GitHub
Browse files

Merge pull request #251908 from vcunat/p/warzone2100-fixup

warzone2100: fixup build after vulkan update
parents e8083f30 bffe2f18
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -88,6 +88,9 @@ stdenv.mkDerivation rec {
                      --replace '"which "' '"${which}/bin/which "'
    substituteInPlace lib/exceptionhandler/exceptionhandler.cpp \
                      --replace "which %s" "${which}/bin/which %s"
    # https://github.com/Warzone2100/warzone2100/pull/3353
    substituteInPlace lib/ivis_opengl/gfx_api_vk.cpp \
      --replace vk::throwResultException vk::detail::throwResultException
  '';

  cmakeFlags = [