-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
tdesktop: enable on other platforms #40880
Conversation
No attempt on x86_64-darwin (full log) The following builds were skipped because they don't evaluate on x86_64-darwin: tdesktop Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: tdesktop Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: tdesktop Partial log (click to expand)
|
This has been fixed in https://github.com/grishka/libtgvoip/commits/01f70942/libtgvoip.gyp and made its way into |
IMO it would make more sense if we add it conditionally (something like: @orivej What do you think of that solution? |
I'm not a fan of making it conditional on the system. AFAIK most of nixpkgs doesn't assume SSE2 support on i686 either, so it would be inconsistent as well. And if that's the case, it still makes sense to patch it out even on i686. It's not a hill I'll die on though, if everyone else prefers to make it system-dependent then sure. |
Motivation for this change
It works on armv7l-linux once the SSE2 assumption is patched out.
Things done
build-use-sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)