-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Deno #78461
Comments
I have it building on nix. However it needs modifications to rusty_v8 so we can use our llvm9 instead of the llvm10 that ships with it. It also needs modification to use libstdc++ instead of custom libc++ incase you want to build against musl. |
@kolbycrouch Do you have it anywhere in the open? I want to continue working on it from there. I couldn't get it to work initially. |
@kiloreux I don't have a nix expression to build it as a derivation, I just made a shell.nix with the dependencies and manually edited the files in the cargo cache. give me a few days and I'll push what I've done to get it to work at the very least. |
I'm extremely sorry, this is first few lines of code I ever have written in nix (and I feel like it could be my last) but I want to share it anyway https://gist.github.com/JLarky/09a8622dad083573222173abb2e17238 p.s. I don't even know how to provide some examples of using this since it only works in one particular project and fails with example code I got online, I hope someone can use it anyway |
@JLarky I tested your build, and it doesn't seem to work due to linking issues that I've noticed just using the binary on its own. I'm not sure how to solve them though. |
This issue has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/deno-an-expression-in-need-of-love/6978/1 |
Project description
Deno - A secure JavaScript and TypeScript runtime
Metadata
The text was updated successfully, but these errors were encountered: