coyim: fix build on aarch64

This commit is contained in:
PapayaJackal 2024-10-20 17:11:32 +00:00
parent 877334ef36
commit 200961e8f2

View File

@ -38,15 +38,16 @@ buildGoModule {
adwaita-icon-theme
];
postPatch = ''
# fixes build on aarch64
rm -v windows_amd64_icon.syso
'';
meta = {
description = "Safe and secure chat client";
mainProgram = "coyim";
homepage = "https://coy.im/";
license = lib.licenses.gpl3;
platforms = [
"x86_64-linux"
"x86_64-darwin"
];
broken = stdenv.hostPlatform.isDarwin;
maintainers = with lib.maintainers; [ PapayaJackal ];
};