package glslang { description = "reference front end for GLSL/ESSL"; website = "https://github.com/KhronosGroup/glslang"; anitya = 205796; version# = "16.4.0"; source = remoteGitHub { suffix = "KhronosGroup/glslang"; tag = version; checksum = "u67ps8Fv_75QDiusvKjzgttPPPxb5V7HsObb0q6OvqQfHh0UGN2_x8Y0RKb9JEie"; }; // test suite writes to source writable = true; chmod = true; exec = cmake { cache = { "BUILD_SHARED_LIBS": "ON"; "ALLOW_EXTERNAL_SPIRV_TOOLS": "ON"; }; }; inputs = [ python, bash, diffutils, spirv-tools, ]; }