vulkan-headers: fixup build on darwin
Broken after update by PR #338599
This commit is contained in:
parent
0a9bd58ae0
commit
1e31bdf2b8
@ -5,6 +5,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
# TODO: investigate why <algorithm> isn't found
|
||||
cmakeFlags = lib.optionals stdenv.isDarwin [ "-DVULKAN_HEADERS_ENABLE_MODULE=OFF" ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "KhronosGroup";
|
||||
repo = "Vulkan-Headers";
|
||||
|
Loading…
Reference in New Issue
Block a user