-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package request: WeChat #354234
Comments
@aucub However, I don't believe that's the case. The wechat-uos package in the master branch of nixpkgs was downloaded from https://uniontech.com/ and was originally designed exclusively for UOS, requiring a UOS license to operate. |
Looks like download links are not versioned in any way — doesn't sound stable enough for inclusion in Nixpkgs |
inherit (stdenv.hostPlatform) system;
src = fetchurl {
url = {
x86_64-linux = "https://web.archive.org/web/20241107191621/https://dldir1v6.qq.com/weixin/Universal/Linux/WeChatLinux_x86_64.AppImage";
aarch64-linux = "https://web.archive.org/web/20241107192345/https://dldir1v6.qq.com/weixin/Universal/Linux/WeChatLinux_arm64.AppImage";
x86_64-darwin = "https://web.archive.org/web/20241107193311/https://dldir1v6.qq.com/weixin/Universal/Mac/WeChatMac_x86_64.dmg";
aarch64-darwin = "http://web.archive.org/web/20241107194014/https://dldir1v6.qq.com/weixin/Universal/Mac/WeChatMac_arm64.dmg";
}.${system};
# ...
} |
Ah yes, the classic trick known as "just use the Wayback Machine"... Fair enough, I might take a look at it |
Yeah I think this has been the standard way of handling this in nixpkgs. Those links are created by me today, should be new enough. |
Actually,
I had reached officials for this problem, but had not received any response yet. For me, |
tried the official version, more functions are available, seems no bwrap anymore, overall i think it's better. |
Project description
WeChat (or Weixin/微信 in Chinese) is a Chinese instant messaging, social media, and mobile payment app developed by Tencent and is widely used in China.
And Tencent has released the official linux test version of Wechat recently(Which is different from the wechat-uos from nixpkgs).
Metadata
The text was updated successfully, but these errors were encountered: