about summary refs log tree commit diff
path: root/pkgs/tools/misc/geekbench/4.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/geekbench/4.nix')
-rw-r--r--pkgs/tools/misc/geekbench/4.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/misc/geekbench/4.nix b/pkgs/tools/misc/geekbench/4.nix
index 83ac15a37c70c..789f92babf80b 100644
--- a/pkgs/tools/misc/geekbench/4.nix
+++ b/pkgs/tools/misc/geekbench/4.nix
@@ -48,5 +48,6 @@ stdenv.mkDerivation rec {
     license = licenses.unfree;
     maintainers = [ maintainers.michalrus ];
     platforms = [ "x86_64-linux" ];
+    mainProgram = "geekbench4";
   };
 }