diff options
Diffstat (limited to 'nix/mbedtlsshim.nix')
| -rw-r--r-- | nix/mbedtlsshim.nix | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/nix/mbedtlsshim.nix b/nix/mbedtlsshim.nix index cbb850c..d1f5434 100644 --- a/nix/mbedtlsshim.nix +++ b/nix/mbedtlsshim.nix @@ -1,8 +1,6 @@ -{ - pkgs - , mbedtls -}: -with pkgs; stdenv.mkDerivation rec { +{ pkgs, mbedtls }: +with pkgs; +stdenv.mkDerivation rec { name = "MbedTLSShim"; src = ../standalone/src/main/resources/cz/crcs/ectester/standalone/libs/jni; |
