diff options
| author | quapka | 2024-07-25 15:19:51 +0200 |
|---|---|---|
| committer | quapka | 2024-07-25 15:19:51 +0200 |
| commit | 7600a40601b9ab9d417b240188316b1c0e299e8b (patch) | |
| tree | e851a6469146a888016b373cac3285c62d80d05b /nix | |
| parent | c36381570b1e4e2f0e16a95d0ccd7b69a6780b92 (diff) | |
| download | ECTester-7600a40601b9ab9d417b240188316b1c0e299e8b.tar.gz ECTester-7600a40601b9ab9d417b240188316b1c0e299e8b.tar.zst ECTester-7600a40601b9ab9d417b240188316b1c0e299e8b.zip | |
Clean up Nix build of BoringSSL shim
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/boringsslshim.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nix/boringsslshim.nix b/nix/boringsslshim.nix index 1ed63d3..3969381 100644 --- a/nix/boringsslshim.nix +++ b/nix/boringsslshim.nix @@ -17,9 +17,6 @@ with pkgs; stdenv.mkDerivation { ''; BORINGSSL_CFLAGS = "${boringssl.dev.outPath}/include"; - # LD_LIBRARY_PATH = with pkgs; lib.makeLibraryPath [ - # boringssl - # ]; installPhase = '' mkdir --parents $out/lib |
