From 0d220d63eaabeecbc04ecdbc6914ca04014d4003 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Mon, 5 Sep 2022 22:14:35 +0100 Subject: [PATCH] update flake.nix --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a8968dbbcb..28d9e4d9b4 100644 --- a/flake.nix +++ b/flake.nix @@ -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