mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
Rollup merge of #146060 - WaffleLapkin:fixup-nix-dev-shell-again, r=Noratrieb
fixup nix dev shell again r? Noratrieb
This commit is contained in:
@@ -14,6 +14,7 @@ pkgs.mkShell {
|
||||
packages = [
|
||||
pkgs.git
|
||||
pkgs.nix
|
||||
pkgs.glibc.out
|
||||
pkgs.glibc.static
|
||||
x
|
||||
# Get the runtime deps of the x wrapper
|
||||
@@ -23,5 +24,7 @@ pkgs.mkShell {
|
||||
# Avoid creating text files for ICEs.
|
||||
RUSTC_ICE = 0;
|
||||
SSL_CERT_FILE = cacert;
|
||||
# cargo seems to dlopen libcurl, so we need it in the ld library path
|
||||
LD_LIBRARY_PATH = "${pkgs.lib.makeLibraryPath [pkgs.stdenv.cc.cc.lib pkgs.curl]}";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user