mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-21 20:09:37 +00:00
Jakub Sokołowski
3f41db0efc
fix(status-go): skip Nix shell use to avoid Glibc errors
Linux builds on desktop are stuck with: ``` /usr/bin/ld: .../libstatus.so: undefined reference to `pthread_mutexattr_init@GLIBC_2.34' /usr/bin/ld: .../libstatus.so: undefined reference to `dlclose@GLIBC_2.34' /usr/bin/ld: .../libstatus.so: undefined reference to `pthread_detach@GLIBC_2.34' ``` Due to using old Glibc 2.34 from Ubuntu 22.04 while Nix uses 2.38. Signed-off-by: Jakub Sokołowski <jakub@status.im>
chore: do not show permissions change notifications if permission is private or we are not a community member (#14386)
Description
Languages
QML
38.2%
JavaScript
30.2%
Nim
18.8%
Python
5.7%
C++
5.3%
Other
1.7%