aboutsummaryrefslogtreecommitdiff
path: root/nix/nettleshim.nix
diff options
context:
space:
mode:
authorquapka2024-07-29 18:51:44 +0200
committerquapka2024-07-29 18:51:44 +0200
commit095a210092b536fd70c10d5dd58c2668c4ce9331 (patch)
treefd997f66a713e2d90edbf256f13d3fd15df15399 /nix/nettleshim.nix
parent52bd3d1382cc1d7922ef3c83983004627e08d9da (diff)
downloadECTester-095a210092b536fd70c10d5dd58c2668c4ce9331.tar.gz
ECTester-095a210092b536fd70c10d5dd58c2668c4ce9331.tar.zst
ECTester-095a210092b536fd70c10d5dd58c2668c4ce9331.zip
Diffstat (limited to 'nix/nettleshim.nix')
-rw-r--r--nix/nettleshim.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nix/nettleshim.nix b/nix/nettleshim.nix
index f00c4e4..b431a2a 100644
--- a/nix/nettleshim.nix
+++ b/nix/nettleshim.nix
@@ -1,6 +1,7 @@
{
pkgs
, nettle
+ , gmp
}:
with pkgs; stdenv.mkDerivation rec {
name = "NettleShim";
@@ -8,6 +9,7 @@ with pkgs; stdenv.mkDerivation rec {
buildInputs = [
nettle
+ gmp
pkg-config
jdk11_headless
];