mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-03-29 10:09:59 +00:00
nix: skip libsimplex.so when patching so name
This commit is contained in:
@@ -135,7 +135,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
|
||||
[[ "$lib" != *libsimplex.so ]] ${pkgs.patchelf}/bin/patchelf --set-soname $lib $lib
|
||||
done
|
||||
|
||||
${pkgs.tree}/bin/tree $out/_pkg
|
||||
|
||||
Reference in New Issue
Block a user