Closed Freed-Wu closed 2 months ago
I can reproduce this issue, but I cannot pinpoint what change caused this error.
Currently I'm comparing dependencies of known good/bad versions, and trying to replace them one by one, but every try triggers a mass rebuild and takes a long time.
The wechat-uos
packaged in nixpkgs has the same problem: https://github.com/NixOS/nixpkgs/issues/327860
I just pushed a change to always use dependencies from nixpkgs 24.05 stable branch, which is known to work. Note that you must use my repo directly for it to work. If you're using my packages like nur.repos.xddxdd.wechat-uos
then it will still use the latest broken dependencies.
I see, it is repeated by https://github.com/NixOS/nixpkgs/issues/327860
I have pinpointed the issue and pushed a fix with help of Cryolitia in https://github.com/NixOS/nixpkgs/issues/327860. Can you test the latest version of this repo, and see if WeChat works?
Yes!
both with and without sandbox will break after recent updating.