vulkan-validation-layers: fix bug related to XDG_DATA_DIRS (#106085)

wip/yesman
Sebastian Zivota 3 years ago committed by GitHub
parent d5b842fb77
commit ed9ddeb142
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      pkgs/development/tools/vulkan-validation-layers/default.nix

@ -86,11 +86,6 @@ stdenv.mkDerivation rec {
"-DBUILD_LAYER_SUPPORT_FILES=ON"
];
# Help vulkan-loader find the validation layers
setupHook = writeText "setup-hook" ''
export XDG_DATA_DIRS=@out@/share:$XDG_DATA_DIRS
'';
# Include absolute paths to layer libraries in their associated
# layer definition json files.
patchPhase = ''

Loading…
Cancel
Save