mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-28 12:19:54 +00:00
update flake.nix
This commit is contained in:
parent
9d009663ba
commit
0d220d63ea
1 changed files with 2 additions and 1 deletions
|
@ -117,7 +117,8 @@
|
|||
# find ${androidIconv}/lib -name "*.a" -exec cp {} $out/_pkg \;
|
||||
# find ${androidPkgs.stdenv.cc.libc}/lib -name "*.a" -exec cp {} $out/_pkg \;
|
||||
echo ${androidPkgs.openssl}
|
||||
find ${androidPkgs.openssl}/lib -name "*.so" -exec cp {} $out/_pkg \;
|
||||
ls -l ${androidPkgs.openssl}
|
||||
find ${androidPkgs.openssl} -name "*.so" -exec cp {} $out/_pkg \;
|
||||
|
||||
${pkgs.patchelf}/bin/patchelf --remove-needed libunwind.so.1 $out/_pkg/libsimplex.so
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue