From d5a9b6b70c53ee2e7ecb236d3273745021964fdf Mon Sep 17 00:00:00 2001 From: K900 Date: Tue, 7 Oct 2025 20:25:57 +0300 Subject: [PATCH] vulkan-tools: bring back the cube Praise the cube. --- pkgs/by-name/vu/vulkan-tools/package.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/by-name/vu/vulkan-tools/package.nix b/pkgs/by-name/vu/vulkan-tools/package.nix index ee60fd444174..122e75d0e40b 100644 --- a/pkgs/by-name/vu/vulkan-tools/package.nix +++ b/pkgs/by-name/vu/vulkan-tools/package.nix @@ -70,9 +70,6 @@ stdenv.mkDerivation rec { env.PKG_CONFIG_WAYLAND_SCANNER_WAYLAND_SCANNER = lib.getExe buildPackages.wayland-scanner; 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