nix: ls androidPkgs

This commit is contained in:
Evgeny Poberezkin
2022-09-07 17:23:24 +01:00
parent 3f5ca84c84
commit 05417fd1e8

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"
ls -lha ${androidPkgs}
find ${androidPkgs.openssl.out}/lib -name "*.so" -exec cp {} $out/_pkg \;
${pkgs.patchelf}/bin/patchelf --remove-needed libunwind.so.1 $out/_pkg/libsimplex.so