aboutsummaryrefslogtreecommitdiff
path: root/nix/tomcryptshim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/tomcryptshim.nix')
-rw-r--r--nix/tomcryptshim.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/nix/tomcryptshim.nix b/nix/tomcryptshim.nix
index 64e22b4..bcdc984 100644
--- a/nix/tomcryptshim.nix
+++ b/nix/tomcryptshim.nix
@@ -1,9 +1,10 @@
{
- pkgs
- , libtomcrypt
- , libtommath
+ pkgs,
+ libtomcrypt,
+ libtommath,
}:
-with pkgs; stdenv.mkDerivation {
+with pkgs;
+stdenv.mkDerivation {
name = "TomCryptShim";
src = ../standalone/src/main/resources/cz/crcs/ectester/standalone/libs/jni;