Merge pull request #254719 from expipiplus1/vvld

vulkan-validation-layers: enable separateDebugInfo
This commit is contained in:
Ellie Hermaszewska 2023-09-13 17:59:19 +08:00 committed by GitHub
commit dc8866c22f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,6 +69,8 @@ stdenv.mkDerivation rec {
# available in Nix sandbox. Fails with VK_ERROR_INCOMPATIBLE_DRIVER.
doCheck = false;
separateDebugInfo = true;
# Include absolute paths to layer libraries in their associated
# layer definition json files.
preFixup = ''