aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index d13f707..3ea66cf 100644
--- a/flake.nix
+++ b/flake.nix
@@ -157,6 +157,9 @@
cp ${opensslShim.out}/lib/openssl_provider.so ${jniLibsPath}
cp ${boringsslShim.out}/lib/boringssl_provider.so ${jniLibsPath}
cp ${gcryptShim.out}/lib/gcrypt_provider.so ${jniLibsPath}
+ cp ${libresslShim.out}/lib/libressl_provider.so ${jniLibsPath}
+ cp ${mbedtlsShim.out}/lib/mbedtls_provider.so ${jniLibsPath}
+ cp ${wolfcryptjni}/lib/* ${jniLibsPath}
cp ${commonLibs}/lib/* ${jniLibsPath}
'';
@@ -190,7 +193,6 @@
libb64
clang
- mbedtls
nasm
libtool
perl