mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-28 12:19:54 +00:00
nix: set so name
This commit is contained in:
parent
22ee465d3b
commit
9eb244f9c1
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@
|
|||
for lib in $out/_pkg/*.so; do
|
||||
chmod +w "$lib"
|
||||
${pkgs.patchelf}/bin/patchelf --remove-needed libunwind.so "$lib"
|
||||
${pkgs.patchelf}/bin/patchelf --set-soname $lib $lib
|
||||
done
|
||||
|
||||
${pkgs.tree}/bin/tree $out/_pkg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue