aboutsummaryrefslogtreecommitdiff
path: root/nix/gcryptshim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/gcryptshim.nix')
-rw-r--r--nix/gcryptshim.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/nix/gcryptshim.nix b/nix/gcryptshim.nix
index bfe027b..764b03c 100644
--- a/nix/gcryptshim.nix
+++ b/nix/gcryptshim.nix
@@ -1,9 +1,10 @@
{
- pkgs
- , libgcrypt
- , libgpg-error
+ pkgs,
+ libgcrypt,
+ libgpg-error,
}:
-with pkgs; stdenv.mkDerivation {
+with pkgs;
+stdenv.mkDerivation {
name = "Gcrypt Shim";
src = ../standalone/src/main/resources/cz/crcs/ectester/standalone/libs/jni;