aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorquapka2024-07-25 15:30:42 +0200
committerquapka2024-07-25 15:30:42 +0200
commitdd5e280b30bf0330f7723c8a2aea397b3a7758d2 (patch)
treeb6b5d36bcd7de3d55234ac6099f1c9a17d9aa658
parentaa36d350ddc4545bf777d7ee1740137c868ea498 (diff)
downloadECTester-dd5e280b30bf0330f7723c8a2aea397b3a7758d2.tar.gz
ECTester-dd5e280b30bf0330f7723c8a2aea397b3a7758d2.tar.zst
ECTester-dd5e280b30bf0330f7723c8a2aea397b3a7758d2.zip
Clean up Nix build of MbedTLS shim
-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