From 05417fd1e871f07eff0cf4cfb4d7e386fa07f7d1 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Wed, 7 Sep 2022 17:23:24 +0100 Subject: [PATCH] nix: ls androidPkgs --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index f47f53636f..a56a295d3b 100644 --- a/flake.nix +++ b/flake.nix @@ -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