-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building rustChannelOf({...}).rust-src
from rust-overlay.nix
errors.
#304
Comments
I fi rewrite the commit to 642c846 i am able to build as before. |
I have to admit that this overlay is over my head, as well as the circumstance that the |
patch from mozilla#304 (comment)
I seem to be getting this as well trying to install on aarch64-darwin and using
Shell setup:
shell is invoked with: |
Rust changed the way the SYSROOT is determined in: rust-lang/rust#103660 Before this change the SYSROOT was determined based on the rustc executable. Now it is determined based on the librustc_driver-*.so file. This pr fixes the detection by copying the library to the derivation as we have done it for the rustc executable.
I'm running into this issue as well. I'm new to nix so any help or guidance would be appreciated. |
I am hitting this too. |
Fixed in #317 |
Don't know if i am supposed to be able to do that, however until f6fe850 was merged, i was able to do so by using the overlay like:
Although, now after the mentioned commit, the build of
rust-src-stable
errors and exits and therefore fails the build, whenchmod
and after fixing that, alsorealpath -e
are complaining about missing arguments.The text was updated successfully, but these errors were encountered: