about summary refs log tree commit diff
path: root/pkgs/development/web/nodejs
Commit message (Collapse)AuthorAge
* nodejs-8_x: Drop packageadisbladis2019-08-02
| | | | It will be EOL within the support period of 19.09
* Delete build-node-package.nixcdyson372019-07-01
| | | I think this file was orphaned in in `daf76db4a57` "top-level: get rid of npm2nix build". I only noticed because it looked quite interesting and I couldn't find a way to use it!
* nodejs-12_x: 12.4.0 -> 12.5.0Mario Rodas2019-06-28
|
* treewide: fixup evaluation of updater scriptsVladimír Čunát2019-06-18
| | | | | ... broken by f3282c8 #63177. Discovered by the tarball job: https://hydra.nixos.org/build/94927223
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* nodejs-12_x: 12.3.1 -> 12.4.0Mario Rodas2019-06-04
|
* nodejs: use icu63 for nodejs12Matthew Bauer2019-06-02
|
* nodejs: use system icuMatthew Bauer2019-06-01
| | | | | | Use the system icu for building nodejs. Fixes #62365
* nodejs-10_x: 10.15.3 -> 10.16.0Mario Rodas2019-05-28
|
* nodejs-12_x: 12.2.0 -> 12.3.1Mario Rodas2019-05-22
|
* nodejs-8_x: 8.15.1 -> 8.16.0Mario Rodas2019-05-22
|
* nodejs-12_x: 12.1.0 -> 12.2.0Will Dietz2019-05-15
|
* Merge master into staging-nextFrederik Rietdijk2019-05-01
|\
| * nodejs-11_x: 11.14.0 -> 11.15.0angristan2019-05-01
| |
* | nodejs-12_x: 12.0.0 -> 12.1.0angristan2019-04-29
| |
* | nodejs-12_x: init at 12.0.0Mathias Schreck2019-04-24
|/
* nodejs-slim-11_x: 11.13.0 -> 11.14.0R. RyanTM2019-04-15
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/nodejs-slim/versions
* Remove nodejs-6_x which is about to enter EOLtobias pflug2019-04-04
| | | | | | - Remove nodejs-6_x - Set nodejs / nodejs-slim to nodejs-8_x / nodejs-slim-8_x - Re-generate node2nix generated files using nodejs-8_x instead
* nodejs-11_x: 11.11.0 -> 11.13.0Mario Rodas2019-03-28
|
* Merge pull request #56226 from marsam/nodejs-install-npm-manpagesMatthew Bauer2019-03-15
|\ | | | | nodejs: Install npm manpages
| * nodejs: Install npm manpagesMario Rodas2019-02-22
| |
* | nodejs: fix gyp errors when building scuttlebot on Darwin (#57632)jacereda2019-03-15
| | | | | | | | | | | | * nodejs: fix gyp errors when building scuttlebot * nodejs-slim: fix build on Darwin
* | nodejs-11_x: 11.7.0 -> 11.11.0 (security)Will Dietz2019-03-08
| | | | | | | | | | | | https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V11.md (see notes for all versions after 11.7.0)
* | nodejs-10_x: 10.15.0 -> 10.15.3 (security)Will Dietz2019-03-08
| | | | | | | | | | | | https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V10.md#10.15.3 https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V10.md#10.15.2 https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V10.md#10.15.1
* | nodejs-8_x: 8.15.0 -> 8.15.1 (security)Will Dietz2019-03-08
| | | | | | | | https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V8.md#8.15.1
* | nodejs-6_x: 6.16.0 -> 6.17.0 (security)Will Dietz2019-03-08
| | | | | | | | https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V6.md#6.17.0
* | nodejs: fix updateScript evaluationRobert Schütz2019-02-28
| |
* | treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim2019-02-26
|/ | | | | | | | | Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
* nodejs-11_x: 11.6.0 -> 11.7.0Mario Rodas2019-01-18
|
* nodejs-11_x: 11.5.0 -> 11.6.0Mario Rodas2019-01-03
|
* nodejs-10_x: 10.12.0 -> 10.15.0Mario Rodas2019-01-03
|
* nodejs-8_x: 8.14.1 -> 8.15.0Mario Rodas2019-01-03
|
* nodejs-6_x: 6.15.1 -> 6.16.0Mario Rodas2019-01-03
|
* Merge master into staging-nextFrederik Rietdijk2018-12-31
|\
| * Merge pull request #52511 from marsam/update-nodejsSilvan Mosberger2018-12-31
| |\ | | | | | | nodejs: 6.14.4 -> 6.15.1, 8.12.0 -> 8.14.1
| | * nodejs-6_x: 6.14.4 -> 6.15.1Mario Rodas2018-12-18
| | |
| | * nodejs-8_x: 8.12.0 -> 8.14.1Mario Rodas2018-12-18
| | |
| * | nodejs-11_x: init at 11.5.0Mathias Schreck2018-12-21
| |/
* / treewide: remove paxutils from stdenvJörg Thalheim2018-12-22
|/ | | | | | | More then one year ago we removed grsecurity kernels from nixpkgs: https://github.com/NixOS/nixpkgs/pull/25277 This removes now also paxutils from stdenv.
* nodejs.updateScript: fix evaluationPiotr Bogdan2018-12-03
|
* update.nix: Run update scripts in parallelJan Tojnar2018-12-01
| | | | | | | | | | | To make updating large attribute sets faster, the update scripts are now run in parallel. Please note the following changes in semantics: - The string passed to updateScript needs to be a path to an executable file. - The updateScript can also be a list: the tail elements will then be passed to the head as command line arguments.
* nodejs-8_x: 8.11.4 -> 8.12.0adisbladis2018-10-14
|
* nodejs: 10.11.0 -> 10.12.0Mathias Schreck2018-10-11
|
* nodejs-10_x: 10.9.0 -> 10.11.0Jasper Woudenberg2018-09-26
|
* nodejs-6_x: 6.14.3 -> 6.14.4Mario Rodas2018-09-10
|
* nodejs: use https for downloadingMario Rodas2018-09-10
|
* nodejs-slim-10_x: 10.7.0 -> 10.9.0 (#45172)R. RyanTM2018-08-21
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/nodejs-slim/versions.
* Merge branch 'staging-next'Vladimír Čunát2018-08-21
|\ | | | | | | Security fixes for a few packages are included.
| * Merge branch 'staging-next' into stagingVladimír Čunát2018-08-17
| |\
| | * nodejs: remove ‘no-xcode’ patchesMatthew Bauer2018-08-15
| | | | | | | | | | | | now provided by xcbuild