-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
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
buildRustPackage fails with recent nightly Cargo #61618
Comments
Should have been fixed by rust-lang/cargo#6940, but it seems to be only a partial fix, as /homeless-shelter/.cargo/.package-cache is still looked up. |
I have temporarilly patched the issue by adding this inside buildRustPackage. + preConfigure = ''
+ export HOME=`mktemp -d`
+ '';
+ If it appears that cargo will always need a HOME, and that it cannot be forced to work without it, then this patch could go inside buildRustPackage definition. |
Looks like a duplicate of #61192 |
Thank you for your contributions. This has been automatically marked as stale because it has had no activity for 180 days. If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity. Here are suggestions that might help resolve this more quickly:
|
problem: homeless-shelter or github.com unreachable see: * NixOS/nixpkgs#61192 * NixOS/nixpkgs#61618
Issue description
buildRustPackage
withrustChannelOf { channel = "nightly"; date = "2019-05-07"; }
succeeds whiledate = "2019-05-08"
(and later) fails:Steps to reproduce
Technical details
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste theresults.
The text was updated successfully, but these errors were encountered: