Skip to content

Commit ef9c29a

Browse files
mio-19JohnRTitor
authored andcommitted
element-desktop: add darwin to platforms
It builds and runs on my darwin aarch64 device
1 parent 4976583 commit ef9c29a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/el/element-desktop/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ stdenv.mkDerivation (
155155
changelog = "https://github.com/element-hq/element-desktop/blob/v${finalAttrs.version}/CHANGELOG.md";
156156
license = licenses.asl20;
157157
teams = [ teams.matrix ];
158-
inherit (electron.meta) platforms;
158+
platforms = lib.platforms.linux ++ lib.platforms.darwin;
159159
mainProgram = "element-desktop";
160160
};
161161
}

0 commit comments

Comments
 (0)