about summary refs log tree commit diff
path: root/pkgs/development/tools/build-managers/gn/generic.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/build-managers/gn/generic.nix')
-rw-r--r--pkgs/development/tools/build-managers/gn/generic.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/build-managers/gn/generic.nix b/pkgs/development/tools/build-managers/gn/generic.nix
index 4214bb822b994..4eeeacf063370 100644
--- a/pkgs/development/tools/build-managers/gn/generic.nix
+++ b/pkgs/development/tools/build-managers/gn/generic.nix
@@ -52,6 +52,7 @@ in stdenv.mkDerivation {
 
   meta = with lib; {
     description = "A meta-build system that generates build files for Ninja";
+    mainProgram = "gn";
     homepage = "https://gn.googlesource.com/gn";
     license = licenses.bsd3;
     platforms = platforms.unix;