aboutsummaryrefslogtreecommitdiff
path: root/nix/cryptoppshim.nix
diff options
context:
space:
mode:
authorquapka2024-08-07 14:50:48 +0200
committerquapka2024-08-07 14:50:48 +0200
commitedbc1c2b50a25e567d1c2f9cc49485a84be18833 (patch)
tree4cea312a684e3194de5d23a3482f51a7bb3a1260 /nix/cryptoppshim.nix
parentf35278010ecd87398790b1d570dc349ea2737a4f (diff)
downloadECTester-edbc1c2b50a25e567d1c2f9cc49485a84be18833.tar.gz
ECTester-edbc1c2b50a25e567d1c2f9cc49485a84be18833.tar.zst
ECTester-edbc1c2b50a25e567d1c2f9cc49485a84be18833.zip
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;