diff options
| author | quapka | 2024-08-13 09:32:38 +0200 |
|---|---|---|
| committer | quapka | 2024-08-13 16:07:49 +0200 |
| commit | 9a00cf0cfb3e4d17a060f335a01b06aa715f871f (patch) | |
| tree | dd457fdb45aa30899b3fa097fbc44a71f768f530 | |
| parent | 427bceb9d578438be1954ea8b5b12fadfc78dc67 (diff) | |
| download | ECTester-9a00cf0cfb3e4d17a060f335a01b06aa715f871f.tar.gz ECTester-9a00cf0cfb3e4d17a060f335a01b06aa715f871f.tar.zst ECTester-9a00cf0cfb3e4d17a060f335a01b06aa715f871f.zip | |
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -595,9 +595,9 @@ (if nettle.version != null then "cp ${nettleShim.out}/lib/* ${jniLibsPath}" else "") (if libressl.version != null then "cp ${libresslShim.out}/lib/* ${jniLibsPath}" else "") '' - cp ${wolfcryptjni}/lib/* ${jniLibsPath} - cp ${commonLibs}/lib/* ${jniLibsPath} - '' + cp ${wolfcryptjni}/lib/* ${jniLibsPath} + cp ${commonLibs}/lib/* ${jniLibsPath} + '' ]; nativeBuildInputs = [ makeWrapper ]; |
