glslang: fix SPIRVTargets.cmake

This commit is contained in:
tilcreator 2022-01-16 16:12:12 +01:00
parent 96ff43366d
commit 0fbb173703

View File

@ -31,6 +31,11 @@ stdenv.mkDerivation rec {
ln -s "${spirv-headers.src}" External/spirv-tools/external/spirv-headers
'';
# This is a dirty fix for lib/cmake/SPIRVTargets.cmake:51 which includes this directory
postInstall = ''
mkdir $out/include/External
'';
meta = with lib; {
inherit (src.meta) homepage;
description = "Khronos reference front-end for GLSL and ESSL";