aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorquapka2024-08-13 09:32:38 +0200
committerquapka2024-08-13 16:07:49 +0200
commit9a00cf0cfb3e4d17a060f335a01b06aa715f871f (patch)
treedd457fdb45aa30899b3fa097fbc44a71f768f530
parent427bceb9d578438be1954ea8b5b12fadfc78dc67 (diff)
downloadECTester-9a00cf0cfb3e4d17a060f335a01b06aa715f871f.tar.gz
ECTester-9a00cf0cfb3e4d17a060f335a01b06aa715f871f.tar.zst
ECTester-9a00cf0cfb3e4d17a060f335a01b06aa715f871f.zip
-rw-r--r--flake.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index 0e989f3..e80dbf7 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 ];