vulkan-tools: disable vkcube for now

K900 5e8b183f af15f835

Changed files
+3
pkgs
by-name
vu
vulkan-tools
+3
pkgs/by-name/vu/vulkan-tools/package.nix
···
cmakeFlags =
[
+
# Temporarily disabled, see https://github.com/KhronosGroup/Vulkan-Tools/issues/1130
+
# FIXME: remove when fixed upstream
+
"-DBUILD_CUBE=OFF"
# Don't build the mock ICD as it may get used instead of other drivers, if installed
"-DBUILD_ICD=OFF"
# vulkaninfo loads libvulkan using dlopen, so we have to add it manually to RPATH