-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
nodejs: init at 8.0.0 #26262
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
nodejs: init at 8.0.0 #26262
Conversation
sha256 = "072g2zv58aa5zxs8fs9bdsi3mqklf2yj9mf58yjg5frbcfikm395"; | ||
}; | ||
|
||
patches = stdenv.lib.optionals stdenv.isDarwin [ ./no-xcode-v7.patch ]; |
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.
This patch still apply?
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.
Yes, the patch was updated recently in #25539.
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.
Since node v 7.10.0 we need to apply the no-xcode-v7.patch
file, for older versions we have to use no-xcode.patch
.
I can confirm that the build works on OS X Sierra ( |
Shouldn't this include a Other than that, looks good for merge to me |
@wmertens currently there are no packages build with nodejs 8. So I would do this once it is needed. We also don’t have a |
Ok, let's merge this then :)
…On Thu, Jun 1, 2017, 12:19 PM Mathias Schreck ***@***.***> wrote:
@wmertens <https://github.com/wmertens> currently there are no packages
build with nodejs 8. So I would do this once it is needed. We also don’t
have a nodePackages_7_x.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#26262 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AADWluil4YpPHETiiLW1hrjW9epd-qUfks5r_pAVgaJpZM4Nq4JH>
.
|
Motivation for this change
Nodejs has just been released with a new major version which will become the next LTS version later this year.
Also the bundled
npm
version was updated to v5.0.0 which comes with new lockfile format.Release Notes nodejs
Release Notes npm
Things done
nix-shell -p nox --run "nox-review wip"
./result/bin/
)