-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
nodePackages: 8_x -> 10_x #50003
nodePackages: 8_x -> 10_x #50003
Conversation
70ae638
to
7a10fbe
Compare
TODO for myself: add fkill-cli when regenerating. |
Great! I think we should drop any old packages where we don't receive any feedback from the pinged contributors. |
This is only tangential to this PR but I'm thinking that we may want to restructure our node packaging a bit. What I want is one JSON file for all nodejs versions ( We would also have a set of version specific files ( |
I prepare a pull request that remove some of them. |
Not all packages I mentioned here, but those where I had a higher confidence: #50361 |
Success on aarch64-linux (full log) Attempted: create-cycle-app The following builds were skipped because they don't evaluate on aarch64-linux: sage Partial log (click to expand)
|
Success on x86_64-darwin (full log) Attempted: create-cycle-app The following builds were skipped because they don't evaluate on x86_64-darwin: sage Partial log (click to expand)
|
Timed out, unknown build status on x86_64-linux (full log) Attempted: create-cycle-app, sage Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: create-cycle-app The following builds were skipped because they don't evaluate on aarch64-linux: sage Partial log (click to expand)
|
Success on x86_64-darwin (full log) Attempted: create-cycle-app The following builds were skipped because they don't evaluate on x86_64-darwin: sage Partial log (click to expand)
|
Timed out, unknown build status on x86_64-linux (full log) Attempted: create-cycle-app, sage Partial log (click to expand)
|
postInstall = "npm run-script prepublish"; | ||
}; | ||
|
||
phantomjs = nodePackages.phantomjs.override { |
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 line gives me an evaluation error since we no longer have phantomjs
:
echo nodePackages | nix repl .
...
error: attribute 'phantomjs' missing, at /home/gebner/nixpkgs/pkgs/development/node-packages/default-v10.nix:71:15
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.
Your are right, I should have not removed this one.
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.
Mhm. Do we actually need nodePackages.phantomjs
or is phantomjs
enough?
10_x is the new LTS version.
Motivation for this change
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)