Skip to content

Commit

Permalink
Improve formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
quapka committed Aug 13, 2024
1 parent 427bceb commit 9a00cf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 9a00cf0

Please sign in to comment.