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