mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-11 22:54:17 +00:00
discordchatexporter-cli: support all unix platforms (#360371)
This commit is contained in:
commit
a5a9198716
@ -40,7 +40,7 @@ buildDotnetModule rec {
|
||||
license = licenses.gpl3Plus;
|
||||
changelog = "https://github.com/Tyrrrz/DiscordChatExporter/blob/${version}/Changelog.md";
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "discordchatexporter-cli";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user