diff options
| author | J08nY | 2024-08-17 19:25:34 +0200 |
|---|---|---|
| committer | J08nY | 2024-08-17 19:25:34 +0200 |
| commit | e6af4bb1c1f26bb33ada234725118625760759ae (patch) | |
| tree | 92aab38ed7d9ea1d49c877b067958f9e2b8c62b0 /nix/libresslshim.nix | |
| parent | 3b9ad72877de3c60c83a2f6c4bcd80bcdb7193d8 (diff) | |
| download | ECTester-e6af4bb1c1f26bb33ada234725118625760759ae.tar.gz ECTester-e6af4bb1c1f26bb33ada234725118625760759ae.tar.zst ECTester-e6af4bb1c1f26bb33ada234725118625760759ae.zip | |
Diffstat (limited to 'nix/libresslshim.nix')
| -rw-r--r-- | nix/libresslshim.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/libresslshim.nix b/nix/libresslshim.nix index 862701f..100e941 100644 --- a/nix/libresslshim.nix +++ b/nix/libresslshim.nix @@ -7,7 +7,7 @@ stdenv.mkDerivation rec { buildInputs = [ libressl pkg-config - jdk11_headless + jdk ]; buildPhase = '' |
