about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2023-03-10 21:19:06 +0000
committerThiago Kenji Okada <thiagokokada@gmail.com>2023-03-11 09:57:34 +0000
commit29277717d7c4c6629cb832650bcdaf34656213a6 (patch)
tree5079c919ab1773d763e9466e29b6facbdca91ed1
parent00f7fa948d5e63d29cee0969d10e5e61491fe7c5 (diff)
geekbench_4: add meta.mainProgram
-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";
   };
 }