update flake.nix to export libs from androidPkgs.openssl

This commit is contained in:
Evgeny Poberezkin
2022-09-05 15:40:40 +01:00
parent a611040c41
commit 9d009663ba

View File

@@ -116,6 +116,8 @@
# 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}
find ${androidPkgs.openssl}/lib -name "*.so" -exec cp {} $out/_pkg \;
${pkgs.patchelf}/bin/patchelf --remove-needed libunwind.so.1 $out/_pkg/libsimplex.so