aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ];