see if trimmed down LD_LIBRARY_PATH works
This commit is contained in:
parent
49f49ce293
commit
826062d086
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@
|
|||
"/root/.nix-profile/share/man"
|
||||
"/nix/var/nix/profiles/default/share/man"
|
||||
]}"
|
||||
"LD_LIBRARY_PATH=${pkgs.lib.makeLibraryPath defaultPkgs}"
|
||||
"LD_LIBRARY_PATH=${pkgs.lib.makeLibraryPath [pkgs.glibc pkgs.stdenv.cc.cc.lib]}"
|
||||
"SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"
|
||||
"GIT_SSL_CAINFO=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"
|
||||
"NIX_SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"
|
||||
|
|
Loading…
Reference in a new issue