mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
element-desktop: use electron.meta.platforms
This commit is contained in:
parent
ef9c29ae63
commit
e837c2193c
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ stdenv.mkDerivation (
|
|||
changelog = "https://github.com/element-hq/element-desktop/blob/v${finalAttrs.version}/CHANGELOG.md";
|
||||
license = licenses.asl20;
|
||||
teams = [ teams.matrix ];
|
||||
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
||||
platforms = electron.meta.platforms ++ lib.platforms.darwin;
|
||||
mainProgram = "element-desktop";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue