Merge pull request #185931 from PedroHLC/vulkan-caps-viewer-mainprogram

vulkan-caps-viewer: add meta.mainProgram
This commit is contained in:
superherointj 2022-08-10 12:28:00 -03:00 committed by GitHub
commit 4686c07f3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.