mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 17:53:14 +00:00
treewide: add meta.mainProgram to instant-messengers
This commit is contained in:
parent
8fa169707f
commit
d26b1b2d4a
@ -136,5 +136,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.osl3;
|
||||
maintainers = with maintainers; [ wrmilling ];
|
||||
platforms = [ "x86_64-linux" "aarch64-linux" ];
|
||||
mainProgram = "armcord";
|
||||
};
|
||||
}
|
||||
|
@ -21,5 +21,6 @@ in
|
||||
passthru = (oldAttrs.passthru or { }) // { inherit x86_64-appimage x86_64-dmg; };
|
||||
meta = oldAttrs.meta // {
|
||||
platforms = x86_64-appimage.meta.platforms ++ x86_64-dmg.meta.platforms;
|
||||
mainProgram = "caprine";
|
||||
};
|
||||
})
|
||||
|
@ -61,6 +61,7 @@ let
|
||||
license = licenses.unfree;
|
||||
maintainers = with maintainers; [ MP2E Scrumplex artturin infinidoge jopejoe1 ];
|
||||
platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" ];
|
||||
mainProgram = "discord";
|
||||
};
|
||||
package =
|
||||
if stdenv.isLinux
|
||||
|
@ -149,5 +149,6 @@ stdenv.mkDerivation (finalAttrs: builtins.removeAttrs pinData [ "hashes" ] // {
|
||||
license = licenses.asl20;
|
||||
maintainers = teams.matrix.members;
|
||||
inherit (electron.meta) platforms;
|
||||
mainProgram = "element-desktop";
|
||||
};
|
||||
})
|
||||
|
@ -17,5 +17,6 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/erroneousboat/slack-term";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ dtzWill ];
|
||||
mainProgram = "slack-term";
|
||||
};
|
||||
}
|
||||
|
@ -85,6 +85,7 @@ let
|
||||
license = licenses.unfree;
|
||||
maintainers = with maintainers; [ mmahut maxeaubrey ];
|
||||
platforms = [ "x86_64-darwin" "x86_64-linux" "aarch64-darwin" ];
|
||||
mainProgram = "slack";
|
||||
};
|
||||
|
||||
linux = stdenv.mkDerivation rec {
|
||||
|
@ -39,6 +39,7 @@ let
|
||||
license = licenses.unfree;
|
||||
maintainers = with maintainers; [ liff tricktron ];
|
||||
platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" ];
|
||||
mainProgram = "teams";
|
||||
};
|
||||
|
||||
linux = stdenv.mkDerivation rec {
|
||||
|
@ -209,5 +209,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://desktop.telegram.org/";
|
||||
changelog = "https://github.com/telegramdesktop/tdesktop/releases/tag/v${version}";
|
||||
maintainers = with maintainers; [ nickcao ];
|
||||
mainProgram = "telegram-desktop";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user