aboutsummaryrefslogtreecommitdiff
path: root/nix/cryptoppshim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/cryptoppshim.nix')
-rw-r--r--nix/cryptoppshim.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/nix/cryptoppshim.nix b/nix/cryptoppshim.nix
index 1c3532c..8c735d7 100644
--- a/nix/cryptoppshim.nix
+++ b/nix/cryptoppshim.nix
@@ -1,8 +1,6 @@
-{
- pkgs
- , cryptopp
-}:
-with pkgs; stdenv.mkDerivation {
+{ pkgs, cryptopp }:
+with pkgs;
+stdenv.mkDerivation {
name = "Crypto++ Shim";
src = ../standalone/src/main/resources/cz/crcs/ectester/standalone/libs/jni;