vulkan-utils: remove empty package

This commit is contained in:
Rehno Lindeque 2022-11-17 14:25:44 +00:00
parent 631baf26e9
commit 9a89d0dea0

View File

@ -22920,7 +22920,6 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) AppKit Cocoa;
};
vulkan-tools-lunarg = callPackage ../tools/graphics/vulkan-tools-lunarg { };
vulkan-utils = haskell.lib.compose.justStaticExecutables haskellPackages.vulkan-utils;
vulkan-validation-layers = callPackage ../development/tools/vulkan-validation-layers { };
vxl = callPackage ../development/libraries/vxl { };