Skip to content

Commit

Permalink
Merge pull request #275596 from K900/electron-eval-fix
Browse files Browse the repository at this point in the history
electron: add missing `meta.mainProgram`
  • Loading branch information
K900 authored Dec 20, 2023
2 parents 9ee63ab + 7501d68 commit 7c33cd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/tools/electron/binary/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand Down

0 comments on commit 7c33cd6

Please sign in to comment.