about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2023-12-20 08:58:06 +0100
committerPol Dellaiera <pol.dellaiera@protonmail.com>2023-12-20 08:58:06 +0100
commit0af190cd57538d91a2b3a198af3ed8ed398c79b0 (patch)
tree06700f56418d09c9b539471e408c4517b8b3360b /pkgs/development/tools
parent29310fd23749235372e2db4fa440a891fffd502b (diff)
electron: add missing `meta.mainProgram`
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/electron/binary/generic.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/electron/binary/generic.nix b/pkgs/development/tools/electron/binary/generic.nix
index 80574891c032f..8f726b4100004 100644
--- a/pkgs/development/tools/electron/binary/generic.nix
+++ b/pkgs/development/tools/electron/binary/generic.nix
@@ -35,6 +35,7 @@ let
     description = "Cross platform desktop application shell";
     homepage = "https://github.com/electron/electron";
     license = licenses.mit;
+    mainProgram = "electron";
     maintainers = with maintainers; [ travisbhartwell manveru ];
     platforms = [ "x86_64-darwin" "x86_64-linux" "armv7l-linux" "aarch64-linux" ]
       ++ optionals (versionAtLeast version "11.0.0") [ "aarch64-darwin" ]