mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
discordchatexporter-desktop: support aarch64-linux (#496636)
This commit is contained in:
@@ -41,7 +41,10 @@ buildDotnetModule rec {
|
||||
license = lib.licenses.gpl3Plus;
|
||||
changelog = "https://github.com/Tyrrrz/DiscordChatExporter/releases/tag/${version}";
|
||||
maintainers = with lib.maintainers; [ willow ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"aarch64-linux"
|
||||
];
|
||||
mainProgram = "discordchatexporter";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user