about summary refs log tree commit diff
path: root/pkgs/tools/misc/geekbench
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2023-03-10 21:19:22 +0000
committerThiago Kenji Okada <thiagokokada@gmail.com>2023-03-11 09:57:35 +0000
commit15ea67e7fae6c026957bd78a12b652eca5a00887 (patch)
tree588268df013ba358f77034d20187b3ad56cadadc /pkgs/tools/misc/geekbench
parent29277717d7c4c6629cb832650bcdaf34656213a6 (diff)
geekbench_5: add meta.mainProgram
Diffstat (limited to 'pkgs/tools/misc/geekbench')
-rw-r--r--pkgs/tools/misc/geekbench/5.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/misc/geekbench/5.nix b/pkgs/tools/misc/geekbench/5.nix
index 964bec1c0f87c..1fc28f8c0216d 100644
--- a/pkgs/tools/misc/geekbench/5.nix
+++ b/pkgs/tools/misc/geekbench/5.nix
@@ -47,5 +47,6 @@ stdenv.mkDerivation rec {
     license = licenses.unfree;
     maintainers = [ maintainers.michalrus ];
     platforms = [ "x86_64-linux" ];
+    mainProgram = "geekbench5";
   };
 }