Merge pull request #185931 from PedroHLC/vulkan-caps-viewer-mainprogram
vulkan-caps-viewer: add meta.mainProgram
This commit is contained in:
commit
4686c07f3a
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue