mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
warzone2100: fixup build after vulkan update
This commit is contained in:
parent
f3e3ec66aa
commit
bffe2f189e
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user