about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/graphics/unigine-heaven/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/graphics/unigine-heaven/default.nix')
-rw-r--r--nixpkgs/pkgs/applications/graphics/unigine-heaven/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/applications/graphics/unigine-heaven/default.nix b/nixpkgs/pkgs/applications/graphics/unigine-heaven/default.nix
index 1677e4d65eef..96492ef9e61a 100644
--- a/nixpkgs/pkgs/applications/graphics/unigine-heaven/default.nix
+++ b/nixpkgs/pkgs/applications/graphics/unigine-heaven/default.nix
@@ -98,11 +98,12 @@ stdenv.mkDerivation
 
   meta =
     {
-      description = "The Unigine Heaven GPU benchmarking tool";
+      description = "Unigine Heaven GPU benchmarking tool";
       homepage = "https://benchmark.unigine.com/heaven";
       sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
       license = lib.licenses.unfree;
       maintainers = [ lib.maintainers.BarinovMaxim ];
       platforms = [ "x86_64-linux" "i686-linux" ];
+      mainProgram = "heaven";
     };
 }