vulkan-caps-viewer: add meta.mainProgram

This commit is contained in:
PedroHLC ☭ 2022-08-10 12:20:58 -03:00
parent 65f39b913d
commit 633eb5e650
No known key found for this signature in database
GPG Key ID: DF4C6898CBDC6DF5

View File

@ -45,6 +45,7 @@ stdenv.mkDerivation rec {
installFlags = [ "INSTALL_ROOT=$(out)" ];
meta = with lib; {
mainProgram = "vulkanCapsViewer";
description = "Vulkan hardware capability viewer";
longDescription = ''
Client application to display hardware implementation details for GPUs supporting the Vulkan API by Khronos.