Frederik Rietdijk
f137783927
Merge master into staging-next
2019-05-01 11:45:46 +02:00
angristan
29839c374a
nodejs-11_x: 11.14.0 -> 11.15.0
2019-05-01 00:15:11 +02:00
angristan
3c17ff8d08
nodejs-12_x: 12.0.0 -> 12.1.0
2019-04-29 18:18:01 +02:00
Mathias Schreck
4ddbac7037
nodejs-12_x: init at 12.0.0
2019-04-24 00:23:50 +02:00
R. RyanTM
0aa97a84ed
nodejs-slim-11_x: 11.13.0 -> 11.14.0
...
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
2019-04-15 07:55:53 -07:00
tobias pflug
0e296d5fcd
Remove nodejs-6_x which is about to enter EOL
...
- 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
2019-04-04 18:43:06 +01:00
Mario Rodas
cea1ea0507
nodejs-11_x: 11.11.0 -> 11.13.0
2019-03-28 21:41:46 -05:00
Matthew Bauer
d3dd0875ed
Merge pull request #56226 from marsam/nodejs-install-npm-manpages
...
nodejs: Install npm manpages
2019-03-15 15:32:10 -04:00
jacereda
412a25e74b
nodejs: fix gyp errors when building scuttlebot on Darwin ( #57632 )
...
* nodejs: fix gyp errors when building scuttlebot
* nodejs-slim: fix build on Darwin
2019-03-15 15:23:50 -04:00
Will Dietz
5d527793ae
nodejs-11_x: 11.7.0 -> 11.11.0 (security)
...
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V11.md
(see notes for all versions after 11.7.0)
2019-03-08 07:45:23 -06:00
Will Dietz
9c894f8418
nodejs-10_x: 10.15.0 -> 10.15.3 (security)
...
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
2019-03-08 07:45:00 -06:00
Will Dietz
702120ee90
nodejs-8_x: 8.15.0 -> 8.15.1 (security)
...
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V8.md#8.15.1
2019-03-08 07:43:35 -06:00
Will Dietz
4df1c7234f
nodejs-6_x: 6.16.0 -> 6.17.0 (security)
...
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V6.md#6.17.0
2019-03-08 07:43:35 -06:00
Robert Schütz
23b2a60620
nodejs: fix updateScript evaluation
2019-02-28 07:46:08 +01:00
Jörg Thalheim
dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
...
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.
2019-02-26 14:10:49 +00:00
Mario Rodas
2fff57a416
nodejs: Install npm manpages
2019-02-22 20:58:03 -05:00
Mario Rodas
1ecc25dd4b
nodejs-11_x: 11.6.0 -> 11.7.0
2019-01-18 17:42:39 -05:00
Mario Rodas
68d8c2e26b
nodejs-11_x: 11.5.0 -> 11.6.0
2019-01-03 18:16:14 -05:00
Mario Rodas
4c917c6961
nodejs-10_x: 10.12.0 -> 10.15.0
2019-01-03 18:16:14 -05:00
Mario Rodas
bf847226ca
nodejs-8_x: 8.14.1 -> 8.15.0
2019-01-03 18:16:14 -05:00
Mario Rodas
39bec3990e
nodejs-6_x: 6.15.1 -> 6.16.0
2019-01-03 18:16:13 -05:00
Frederik Rietdijk
070290bda7
Merge master into staging-next
2018-12-31 12:00:36 +01:00
Silvan Mosberger
ced986ccb3
Merge pull request #52511 from marsam/update-nodejs
...
nodejs: 6.14.4 -> 6.15.1, 8.12.0 -> 8.14.1
2018-12-31 02:59:46 +01:00
Jörg Thalheim
1b146a8c6f
treewide: remove paxutils from stdenv
...
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.
2018-12-22 12:55:05 +01:00
Mathias Schreck
e6a86e65d9
nodejs-11_x: init at 11.5.0
2018-12-21 11:23:49 +01:00
Mario Rodas
75b894af0f
nodejs-6_x: 6.14.4 -> 6.15.1
2018-12-18 21:00:51 -05:00
Mario Rodas
f27ee10a9e
nodejs-8_x: 8.12.0 -> 8.14.1
2018-12-18 21:00:51 -05:00
Piotr Bogdan
1e589ad153
nodejs.updateScript: fix evaluation
2018-12-03 00:49:37 +00:00
Jan Tojnar
59a94b57f0
update.nix: Run update scripts in parallel
...
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.
2018-12-01 19:17:13 +01:00
adisbladis
2e94003c9c
nodejs-8_x: 8.11.4 -> 8.12.0
2018-10-14 13:58:02 +08:00
Mathias Schreck
0041d742ab
nodejs: 10.11.0 -> 10.12.0
2018-10-11 01:53:34 +02:00
Jasper Woudenberg
e0f46105aa
nodejs-10_x: 10.9.0 -> 10.11.0
2018-09-26 11:49:18 +02:00
Mario Rodas
bfdfb73ff1
nodejs-6_x: 6.14.3 -> 6.14.4
2018-09-10 22:28:20 -05:00
Mario Rodas
36b5ffa40b
nodejs: use https for downloading
2018-09-10 22:28:05 -05:00
R. RyanTM
27f6600419
nodejs-slim-10_x: 10.7.0 -> 10.9.0 ( #45172 )
...
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 .
2018-08-21 23:43:27 +02:00
Vladimír Čunát
765d695b89
Merge branch 'staging-next'
...
Security fixes for a few packages are included.
2018-08-21 15:36:02 +02:00
Florian Peter
be69261989
nodejs-8_x: 8.11.3 -> 8.11.4
2018-08-20 19:08:25 +08:00
Vladimír Čunát
14aa936ec5
Merge branch 'staging-next' into staging
2018-08-17 20:53:27 +02:00
Matthew Bauer
b421a7d0a6
nodejs: remove ‘no-xcode’ patches
...
now provided by xcbuild
2018-08-15 17:35:56 -05:00
Jan Malakhovski
2a3a4ff642
nodejs: make tests run, but disable
2018-08-11 09:35:31 +00:00
Väinö Järvelä
f154854f52
nodejs: 10.6.0 -> 10.7.0
2018-07-27 18:03:29 +03:00
Vladimír Čunát
0f01215203
Merge branch 'master' into staging-next
...
Hydra: ?compare=1468896
2018-07-14 18:15:30 +02:00
adisbladis
be6ef3ee00
nodejs-9_x: Package is EOL
2018-07-08 13:06:08 +08:00
Mario Rodas
63e0e4d899
nodejs: 10.5.0 -> 10.6.0
2018-07-05 14:02:29 +08:00
Mathias Schreck
7e7f286fe6
nodejs: 10.4.1 -> 10.5.0
2018-06-21 15:03:53 +02:00
Mario Rodas
f6422928e9
nodejs: 9.11.1 -> 9.11.2
2018-06-15 21:33:45 -05:00
Mario Rodas
4ad3a21baf
nodejs: 8.11.2 -> 8.11.3
2018-06-15 21:33:19 -05:00
Mario Rodas
38ac2f63c3
nodejs: 6.14.2 -> 6.14.3
2018-06-15 21:32:53 -05:00
Andrew Childs
7df6658209
nodejs: 10.3.0 -> 10.4.1
2018-06-13 10:42:26 +09:00
Mathias Schreck
9a7b9675d9
nodejs: 10.0.0 -> 10.3.0
2018-05-29 21:44:58 +02:00