-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
ngs: init at 0.2.16 #345886
base: master
Are you sure you want to change the base?
ngs: init at 0.2.16 #345886
Conversation
Doesn't seem to build properly, here's the relevant log:
|
Thank you for checking to build. What the platform did build this package on? |
x86_64-linux, sorry for not specifying. I just tested it on an aarch64-linux box and I'm getting the same error, so it seems to be an issue with linux builds instead of an issue with the architecture. |
Build fails on Linux since it tries to download dependencies at build time. https://paste.fliegendewurst.eu/aC1y0c.log (Since you enabled the Darwin sandbox you should see the same error?) |
|
||
buildInputs = [ | ||
libffi | ||
pandoc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pandoc also goes in native, unless ngs uses it at runtime.
close #344215
ngs is the next generation shell.
I defined a derivation because #344215 and ngs-lang/ngs#661 requests this package.
https://github.com/ngs-lang/ngs
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.