nixpkgs-mozilla icon indicating copy to clipboard operation
nixpkgs-mozilla copied to clipboard

sysroot is not properly populated by rustChannelOfTargets

Open nagisa opened this issue 5 years ago • 0 comments

Running

$ nix-shell -p 'rustChannelOfTargets "nightly" null ["i686-unknown-linux-gnu" "x86_64-unknown-linux-musl"]'

will put the standard library for the specified targets in their own little unique directories where rustc has no chance of finding them. The standard libraries should all end up in the same lib/rustlib as the native libstd.

nagisa avatar Sep 24 '18 17:09 nagisa