aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix')
-rw-r--r--nix/boringsslshim.nix3
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