-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Current "master" version does not compile #10
Comments
This looks like a bug in our rust packaging in nixpkgs. It will probably work if you turn of sandboxed builds (duh). I'm not quite sure if this is supposed to work with sandboxing turned on, I will need to investigate this more. In the end, I'm waiting for rust-lang/cargo#3992 to get merged so we can switch to using |
Oh, I think I fixed this issue in NixOS/nixpkgs@19d3cf8. @peti, can you try if it works when you update nixpkgsRev in Edit: that probably also requires you to update the |
The build succeeds after the following changes:
|
Unfortunately, the indexing process itself won't succeed (with current nixos-unstable):
That's a different issue, I suppose. It would be nice, though, of nix-index would simply skip that "broken" package instead of aborting the entire process. |
I tried again, and now it worked just fine! Thank you very much for your help. |
The text was updated successfully, but these errors were encountered: