mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-28 12:19:54 +00:00
update flake.nix to export openssl libs
This commit is contained in:
parent
de2d169fbc
commit
00471a095d
1 changed files with 1 additions and 3 deletions
|
@ -116,9 +116,7 @@
|
|||
# find ${androidPkgs.gmp6.override { withStatic = true; }}/lib -name "*.a" -exec cp {} $out/_pkg \;
|
||||
# find ${androidIconv}/lib -name "*.a" -exec cp {} $out/_pkg \;
|
||||
# find ${androidPkgs.stdenv.cc.libc}/lib -name "*.a" -exec cp {} $out/_pkg \;
|
||||
echo ${androidPkgs.openssl}
|
||||
ls -l ${androidPkgs.openssl}
|
||||
find ${androidPkgs.openssl} -name "*.so" -exec cp {} $out/_pkg \;
|
||||
find ${androidPkgs.openssl.out}/lib -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