From 5e8b183f51dc3dbe523fd98d1eca026309efe346 Mon Sep 17 00:00:00 2001 From: K900 Date: Wed, 16 Jul 2025 11:27:43 +0300 Subject: [PATCH] vulkan-tools: disable vkcube for now --- pkgs/by-name/vu/vulkan-tools/package.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/by-name/vu/vulkan-tools/package.nix b/pkgs/by-name/vu/vulkan-tools/package.nix index b95c207125ac..afc501655a0c 100644 --- a/pkgs/by-name/vu/vulkan-tools/package.nix +++ b/pkgs/by-name/vu/vulkan-tools/package.nix @@ -72,6 +72,9 @@ stdenv.mkDerivation rec { 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