Skip to content
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

Closed
shyim opened this issue Jan 25, 2020 · 6 comments · Fixed by #87653
Closed

Deno #78461

shyim opened this issue Jan 25, 2020 · 6 comments · Fixed by #87653
Labels
0.kind: packaging request Request for a new package to be added

Comments

@shyim
Copy link
Member

shyim commented Jan 25, 2020

Project description
Deno - A secure JavaScript and TypeScript runtime

Metadata

@shyim shyim added the 0.kind: packaging request Request for a new package to be added label Jan 25, 2020
@kolbycrouch
Copy link

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.

@kiloreux
Copy link
Member

kiloreux commented Mar 9, 2020

@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.

@kolbycrouch
Copy link

@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.

@JLarky
Copy link

JLarky commented Apr 2, 2020

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

@johnpyp
Copy link
Contributor

johnpyp commented Apr 18, 2020

@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.

@nixos-discourse
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: packaging request Request for a new package to be added
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants
@JLarky @shyim @kiloreux @kolbycrouch @johnpyp @nixos-discourse and others