coyim: fix build on aarch64

+5 -4
+5 -4
pkgs/by-name/co/coyim/package.nix
··· 38 38 adwaita-icon-theme 39 39 ]; 40 40 41 + postPatch = '' 42 + # fixes build on aarch64 43 + rm -v windows_amd64_icon.syso 44 + ''; 45 + 41 46 meta = { 42 47 description = "Safe and secure chat client"; 43 48 mainProgram = "coyim"; 44 49 homepage = "https://coy.im/"; 45 50 license = lib.licenses.gpl3; 46 - platforms = [ 47 - "x86_64-linux" 48 - "x86_64-darwin" 49 - ]; 50 51 broken = stdenv.hostPlatform.isDarwin; 51 52 maintainers = with lib.maintainers; [ PapayaJackal ]; 52 53 };