about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorarcnmx <git@git.arcn.mx>2023-04-07 09:46:39 -0700
committerMatthieu Coudron <teto@users.noreply.github.com>2023-04-07 21:00:14 +0200
commit23cff796c4404695ecb670d81f5b12244c7e7e91 (patch)
treecb0758fd5018c1d348560a926b79d235d04cce6c /pkgs/applications/editors
parenta6ab4bfac4447bd550a5d20da282881136c31c4a (diff)
android-studio: set meta.mainProgram
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/android-studio/common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/editors/android-studio/common.nix b/pkgs/applications/editors/android-studio/common.nix
index 3d96ebd8deabe..418745ffb4663 100644
--- a/pkgs/applications/editors/android-studio/common.nix
+++ b/pkgs/applications/editors/android-studio/common.nix
@@ -227,6 +227,7 @@ in runCommand
         canary = [ alapshin ];
         dev = canary;
       }."${channel}";
+      mainProgram = pname;
     };
   }
   ''