adisbladis
9e9c6de50c
nodejs-8_x: Drop package
...
It will be EOL within the support period of 19.09
2019-08-02 02:34:47 +02:00
cdyson37
b068f0b82d
Delete build-node-package.nix
...
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!
2019-07-01 21:25:14 +01:00
Mario Rodas
5ba41e5940
nodejs-12_x: 12.4.0 -> 12.5.0
2019-06-28 01:31:41 -05:00
Vladimír Čunát
5e045da578
treewide: fixup evaluation of updater scripts
...
... broken by f3282c8
#63177 . Discovered by the tarball job:
https://hydra.nixos.org/build/94927223
2019-06-18 13:10:23 +02:00
volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00:00
Mario Rodas
321ca827f4
nodejs-12_x: 12.3.1 -> 12.4.0
2019-06-04 10:00:00 -05:00
Matthew Bauer
c3677ed0ef
nodejs: use icu63 for nodejs12
2019-06-02 17:34:27 -04:00
Matthew Bauer
b30e1d6d9b
nodejs: use system icu
...
Use the system icu for building nodejs.
Fixes #62365
2019-06-01 20:17:17 -04:00
Mario Rodas
292c5035bf
nodejs-10_x: 10.15.3 -> 10.16.0
2019-05-28 18:20:00 -05:00
Mario Rodas
28c8647020
nodejs-12_x: 12.2.0 -> 12.3.1
2019-05-22 21:00:00 -05:00
Mario Rodas
fde6161827
nodejs-8_x: 8.15.1 -> 8.16.0
2019-05-22 22:10:48 -05:00
Will Dietz
2cd3768d54
nodejs-12_x: 12.1.0 -> 12.2.0
2019-05-15 16:55:03 -05:00
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
Tuomas Tynkkynen
2760b24462
Merge remote-tracking branch 'upstream/master' into staging
2018-05-26 19:01:18 +03:00
adisbladis
092554e718
nodejs-8_x: 8.11.1 -> 8.11.2
2018-05-26 13:13:47 +08:00
adisbladis
480b9524d8
nodejs-6_x: 6.14.1 -> 6.14.2
2018-05-26 13:13:21 +08:00
Sander van der Burg
abbf965683
nodejs: use xcodebuild patch for Node.js 10.x so that modules with native dependencies on darwin will build properly
2018-04-27 16:35:02 +02:00
Sergej Leibenzon
2119545865
nodejs: init at v10.0.0
2018-04-26 17:54:36 +02:00
adisbladis
dd26754285
nodejs-9_x: 9.10.1 -> 9.11.1
2018-04-10 18:58:46 +08:00
adisbladis
357a2cc547
nodejs-9_x: 9.8.0 -> 9.10.1
2018-04-01 03:28:39 +08:00
adisbladis
017fffc149
nodejs-8_x: 8.10.0 -> 8.11.1
2018-04-01 03:28:38 +08:00
adisbladis
042c001481
nodejs-6_x: 6.13.1 -> 6.14.1
2018-04-01 03:28:37 +08:00
adisbladis
03efbb01c6
nodejs-9_x: 9.7.1 -> 9.8.0
2018-03-16 15:43:30 +08:00
adisbladis
a36ae7a685
nodejs-8_x: 8.9.4 -> 8.10.0
2018-03-16 15:43:09 +08:00
adisbladis
0cadbb8416
nodejs-6_x: 6.13.0 -> 6.13.1
2018-03-16 15:42:39 +08:00
Sander van der Burg
634cbfa8f2
nodejs: patch bundled node-gyp module to not invoke xcodebuild on macOS causing modules with native dependencies to fail
2018-03-12 12:16:17 +01:00
Jörg Thalheim
a1858b0832
Merge pull request #36373 from frontsideair/nodejs-9.7.1
...
nodejs: 9.6.1 -> 9.7.1
2018-03-07 12:10:38 +00:00
Fatih Altinok
399edfec52
nodejs: 9.6.1 -> 9.7.1
2018-03-06 15:12:38 +03:00
adisbladis
cae5a3ba99
Merge pull request #35116 from adisbladis/nodejs-update-script
...
nodejs: Add update script
2018-03-06 15:35:14 +08:00
zimbatm
fda4b93cd4
nodejs: keep the build headers ( #35568 )
...
Provide all the development headers to node-gyp
2018-02-27 13:26:16 +00:00
adisbladis
d192858a76
nodejs: Drop 4_x packages
...
nodejs-4_x is scheduled end-of-life on 2018-04-30
It should not go in the 18.03 release
2018-02-27 10:19:23 +01:00
adisbladis
25e21fa15b
nodejs: 9.5.0 -> 9.6.1
2018-02-27 14:03:15 +08:00
adisbladis
e0c82dcdfc
nodejs: Remove "havvy" from maintainers list
...
Per request:
https://github.com/NixOS/nixpkgs/pull/35116#issuecomment-367945072
2018-02-27 10:09:32 +08:00
adisbladis
43cf893d44
nodejs: Add updater script
2018-02-18 23:02:07 +08:00
adisbladis
e1bd5b33b6
nodejs: Add release keys update script
2018-02-18 23:02:01 +08:00
adisbladis
e021254519
nodejs: 6.12.3 -> 6.13.0
2018-02-18 22:57:57 +08:00
adisbladis
a88a712f7f
nodejs: Set correct meta.position attribute
2018-02-18 22:55:22 +08:00
Vladimír Čunát
226d86a3c4
nodejs: 6.12.2 -> 6.12.3 (maintenance)
...
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V6.md#6.12.3
2018-02-11 22:47:58 +01:00
adisbladis
1177bb7a09
nodejs: 9.4.0 -> 9.5.0
2018-02-04 03:06:30 +08:00
Fatih Altinok
c589f0462a
nodejs: 9.3.0 -> 9.4.0
2018-01-10 20:14:15 +03:00
adisbladis
59ba2fe571
nodejs-8_x: 8.9.3 -> 8.9.4
2018-01-10 11:36:36 +08:00
adisbladis
9e40842006
Merge pull request #33318 from adisbladis/nodejs-minor
...
Nodejs minor releases
2018-01-03 13:19:38 +01:00
adisbladis
8a2a949258
nodejs-8_x: 8.9.1 -> 8.9.3
2018-01-02 10:37:14 +01:00
adisbladis
ccb0b88577
nodejs-6_x: 6.11.5 -> 6.12.2
2018-01-02 10:37:13 +01:00
adisbladis
bde59aa034
nodejs-4_x: 4.8.5 -> 4.8.7
2018-01-02 10:37:12 +01:00
John Ericson
046f091e0d
treewide: Don't use envHook anymore
...
This commits needs a MAJOR audit as I oftentimes just guessed which of
`$hostOffset`, `$targetOffset`, or a fixed offset should be used.
2017-12-30 22:04:22 -05:00
Bob van der Linden
fa3d6c322e
nodejs: 9.2.0 -> 9.3.0
2017-12-14 15:37:00 +01:00
Orivej Desh
88abcdb53a
Merge pull request #31710 from adisbladis/nodejs-9_2_0
...
nodejs: 9.0.0 -> 9.2.0 & libuv: 1.15.0 -> 1.16.1
2017-11-17 19:22:37 +00:00
adisbladis
f1f8ada473
nodejs: 8.9.0 -> 8.9.1
2017-11-16 02:05:19 +08:00
adisbladis
bf134bac8d
nodejs: 9.0.0 -> 9.2.0
2017-11-16 01:57:44 +08:00
Mathias Schreck
ccbcf15c8e
nodejs: refactor generic build function
...
This removes some duplicated and dead code across the different versions of
nodejs.
2017-11-02 10:58:45 +01:00
Orivej Desh
e0d3ef7366
Merge pull request #31065 from holidaycheck/nodejs-8.9.0
...
nodejs: 8.8.1 -> 8.9.0
2017-11-01 01:12:12 +00:00
Mathias Schreck
5a43c92ffd
nodejs: init at 9.0.0
2017-11-01 00:55:05 +01:00
Mathias Schreck
f1e8138630
nodejs: 8.8.1 -> 8.9.0
2017-11-01 00:07:58 +01:00
Mathias Schreck
e730815e38
nodejs: 8.8.0 -> 8.8.1
2017-10-28 11:57:54 +02:00
adisbladis
c07cf635c8
nodejs: 8.7.0 -> 8.8.0
2017-10-27 12:17:02 +08:00
adisbladis
de8b1b4b7b
nodejs: 6.11.4 -> 6.11.5
2017-10-27 12:15:23 +08:00
adisbladis
4c61281b92
nodejs: 4.8.4 -> 4.8.5
2017-10-27 12:15:01 +08:00
b123400
2cc79e95f8
buildNodePackage: fix issue with impure version handling ( #30577 )
2017-10-22 16:45:16 +02:00
Fatih Altinok
e4f5477b6c
nodejs: 6.11.1 -> 6.11.4
2017-10-22 00:25:33 +02:00
Mathias Schreck
cd9d780f89
nodejs: 8.6.0 -> 8.7.0
2017-10-16 02:36:49 +02:00
Mathias Schreck
f8ffbcb520
nodejs: 8.5.0 -> 8.6.0
2017-09-28 17:41:28 +02:00
Mathias Schreck
9d2a2dc43e
nodejs: 8.4.0 -> 8.5.0
2017-09-18 13:51:27 +02:00
Mathias Schreck
c699694cbf
nodejs: 8.3.0 -> 8.4.0
2017-08-30 02:57:36 +02:00
Matthew Justin Bauer
2eacddf0dc
treewide: homepage URL fixes ( #28475 )
...
* pgadmin: use https homepage
* msn-pecan: move homepage to github
google code is now unavailable
* pidgin-latex: use https for homepage
* pidgin-opensteamworks: use github for homepage
google code is unavailable
* putty: use https for homepage
* ponylang: use https for homepage
* picolisp: use https for homepage
* phonon: use https for homepage
* pugixml: use https for homepage
* pioneer: use https for homepage
* packer: use https for homepage
* pokerth: usee https for homepage
* procps-ng: use https for homepage
* pycaml: use https for homepage
* proot: move homepage to .github.io
* pius: use https for homepage
* pdfread: use https for homepage
* postgresql: use https for homepage
* ponysay: move homepage to new site
* prometheus: use https for homepage
* powerdns: use https for homepage
* pm-utils: use https for homepage
* patchelf: move homepage to https
* tesseract: move homepage to github
* quodlibet: move homepage from google code
* jbrout: move homepage from google code
* eiskaltdcpp: move homepage to github
* nodejs: use https to homepage
* nix: use https for homepage
* pdf2djvu: move homepage from google code
* game-music-emu: move homepage from google code
* vacuum: move homepae from google code
2017-08-22 20:50:04 +02:00
Mathias Schreck
7c669d6f7b
nodejs: 8.2.1 -> 8.3.0
2017-08-10 08:02:20 +02:00
Mathias Schreck
28b0a79c04
nodejs: remove version 7_x
...
nodejs v7 reached its end of life in June 2017.
2017-08-05 13:17:50 +02:00
Mathias Schreck
77ebd34459
nodejs: 8.2.0 -> 8.2.1
2017-07-21 12:27:23 +02:00
Mathias Schreck
e849c7645e
nodejs: 8.1.4 -> 8.2.0
2017-07-20 20:13:39 +02:00
adisbladis
ea4e03d7ac
nodejs: 7.10.0 -> 7.10.1
2017-07-14 12:31:48 +08:00
adisbladis
fffe1efa03
nodejs: 6.9.5 -> 6.11.1
2017-07-14 12:31:09 +08:00
adisbladis
f33f7dc0fa
nodejs: 4.8.1 -> 4.8.4
2017-07-14 12:30:49 +08:00
Stefan Lau
4e47390bce
nodejs: 8.1.0 -> 8.1.4
2017-07-13 15:03:36 +02:00
Mathias Schreck
9540cc4645
nodejs: 8.0.0 -> 8.1.0
2017-06-08 22:15:57 +02:00
Mathias Schreck
b67d01a0e9
nodejs: init at 8.0.0
2017-05-30 22:39:43 +02:00
Mathias Schreck
4abefec367
nodejs-7_x: 7.9.0 -> 7.10.0
2017-05-24 21:11:05 +02:00
Mathias Schreck
6cdec33141
nodejs: 7.7.3 -> 7.9.0
2017-04-18 22:43:50 +02:00
Christine Koppelt
5861b8b1c9
nodejs-4_x: 4.6.0 -> 4.8.1
2017-03-25 17:29:02 +01:00
Jacek Smolak
07e6fe3e57
nodejs-7_x: 7.7.2 -> 7.7.3
2017-03-22 15:27:39 +01:00
Ben Zhang
e50dba97d2
nodejs: 7.7.1 -> 7.7.2
2017-03-10 21:54:49 -05:00
Mathias Schreck
792d8bd74b
nodejs: 7.6.0 -> 7.7.1
2017-03-03 20:08:38 +01:00
Maximilian Bosch
e20575cf5f
nodejs: 7.2.1 -> 7.6.0
2017-02-23 23:38:35 +01:00
Robin Gloster
e400eb36d1
nodejs: 6.9.1 -> 6.9.5
2017-02-17 00:13:34 +01:00
Jaka Hudoklin
a50fc480c3
nodejs: add bash completions for npm
2016-12-11 15:14:38 +01:00
Mathias Schreck
61e9862bc0
nodejs: 7.1.0 -> 7.2.1
2016-12-07 15:25:31 +01:00
Frederik Rietdijk
2de9321880
nodejs: add python to passthru
...
so nodeEnv uses the exact same version.
See also https://github.com/svanderburg/node2nix/issues/25
2016-11-24 22:28:04 +01:00
Tim Steinbach
80ec5b3f58
Merge pull request #20416 from cko/nodejs7_update
...
nodejs-7_x: 7.0.0 -> 7.1.0
2016-11-17 22:21:13 -05:00
Christine Koppelt
eb5831a28e
nodejs-7_x: 7.0.0 -> 7.1.0
2016-11-14 20:25:28 +01:00
Christine Koppelt
f7e1da5fd1
nodejs: 4.6.0 -> 4.6.2; 6.8.0 -> 6.9.1
2016-11-14 00:27:40 +01:00
Sophie Taylor
ba27636b58
nodejs: disable PaX mprotect hardening ( #20301 )
...
Closes #19951
2016-11-10 03:19:47 +01:00
Christine Koppelt
1bf7440b54
nodejs: cleanup files no longer needed ( #20212 )
2016-11-10 00:11:42 +01:00
Christine Koppelt
c9d27cc3ea
nodejs-7_x: init
2016-11-03 00:21:44 +01:00
Vladimír Čunát
7f805a60d8
nodejs: put back a comment about closure size
2016-11-02 17:49:19 +01:00
Tobias Pflug
a5dad8aeeb
nodejs: refactor derivations ( #19973 )
...
* refactor and clean up the derivation composition
* add slim variation: the slim variations configure node without npm.
Building node with npm introduces a python runtime depndency through
gyp - slim variation makes sense for building small nodejs production
images
2016-11-02 17:46:01 +01:00
Christine Koppelt
162c65fc87
nodejs-0_10: remove
...
node.js 0.10 reaches end of LTS in a few days (see https://github.com/nodejs/LTS for details). Therefore I removed it and set 3 dependant packages to broken as they don't build anymore
2016-10-28 07:43:04 -04:00
Frederik Rietdijk
e56832d730
Merge remote-tracking branch 'upstream/master' into HEAD
2016-10-22 17:23:24 +02:00
Willi Butz
d0f288e002
nodejs-5_x: remove outdated file
2016-10-20 22:45:09 +02:00
Daiderd Jordan
cebb4788e5
nodejs: fix darwin build
2016-10-20 09:00:37 +02:00
Frederik Rietdijk
ad227648c0
nodejs: use python2
2016-10-18 23:16:05 +02:00
Graham Christensen
66f2a01222
nodejs-6_x: 6.7.0 -> 6.8.0
2016-10-13 20:04:24 -04:00
Graham Christensen
f9df1b5de0
nodejs: 4.4.6 -> 4.6.0
2016-10-13 20:04:23 -04:00
Mathias Schreck
5b21c716c6
nodejs: 6.6.0 -> 6.7.0
2016-09-28 10:54:26 +02:00
Tobias Pflug
53fe6fc0bb
nodejs-6_x: 6.4.0 -> 6.6.0
2016-09-16 19:26:17 +02:00
Tobias Pflug
86c8a63603
nodejs-6_x: 6.3.1 -> 6.4.0
2016-08-30 08:45:35 +02:00
Rok Garbas
f17ff218ff
nodejs: ensure that all scripts in nodejs have proper shebangs ( #17594 )
2016-08-08 22:14:01 +02:00
Tobias Pflug
39cf213e2b
nodejs-6_x: 6.2.2 -> 6.3.1
2016-07-22 10:00:26 +02:00
Christine Koppelt
1c39145bc2
nodejs-5_x: 5.11.1 -> 5.12.0 ( #16657 )
2016-07-19 11:34:39 +02:00
Sander van der Burg
c3ffae4777
nodejs: implement a darwin-specific fix that properly refers to tr1/type_traits
2016-07-14 12:57:17 +00:00
Christine Koppelt
a23c20eff8
nodejs-4_x: 4.4.4 -> 4.4.6
2016-06-25 19:00:17 +02:00
Christine Koppelt
1d6cb3a119
nodejs-6_x: 6.2.0 -> 6.2.2
2016-06-18 19:32:58 +02:00
Alexander Ried
1159b1561a
nodejs-6_x: use xz instead of gz
2016-05-18 18:36:54 +02:00
Alexander Ried
c97b407899
nodejs-5_x: 5.11.0 -> 5.11.1
2016-05-18 18:36:54 +02:00
Alexander Ried
c086ab7096
nodejs-4_x: 4.3.1 -> 4.4.4
2016-05-18 18:36:53 +02:00
Mathias Schreck
22b0cb9a72
nodejs: 6.1.0 -> 6.2.0
2016-05-18 10:31:21 +02:00
Vladimír Čunát
6c2fbfbd77
Merge branch 'master' into staging
2016-05-12 04:53:38 +02:00
Mathias Schreck
dce7e66f51
nodejs: 6.0.0 -> 6.1.0
2016-05-06 12:45:21 +02:00
Tuomas Tynkkynen
aadaa91379
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/applications/networking/browsers/vivaldi/default.nix
pkgs/misc/emulators/wine/base.nix
2016-05-03 23:12:48 +03:00
Tobias Pflug
822abc49ad
nodejs-6_x : init at 6.0.0
2016-05-02 08:58:50 +02:00
Nikolay Amiantov
36d50d2e6c
nodejs-0_10: fix build
2016-04-30 05:02:09 +03:00
Mathias Schreck
594416b210
nodejs: 5.10.1 -> 5.11.0
2016-04-22 12:31:09 +02:00
Vladimír Čunát
30f14243c3
Merge branch 'master' into closure-size
...
Comparison to master evaluations on Hydra:
- 1255515 for nixos
- 1255502 for nixpkgs
2016-04-10 11:17:52 +02:00
Mathias Schreck
3d412dd84e
nodejs: 5.10.0 -> 5.10.1
2016-04-06 09:45:35 +02:00
Mathias Schreck
8d756babee
nodejs: 5.9.0 -> 5.10.0
2016-04-01 12:35:51 +02:00
Vladimír Čunát
ab15a62c68
Merge branch 'master' into closure-size
...
Beware that stdenv doesn't build. It seems something more will be needed
than just resolution of merge conflicts.
2016-04-01 10:06:01 +02:00
Sander van der Burg
83ba008914
Merge pull request #13974 from gilligan/node-5.9.0
...
nodejs: 5.8.0 -> 5.9.0
2016-03-18 09:52:17 +00:00
Ryan Scheel
d1e471dbaf
Remove dead link
...
The link being pointed to belongs to a domain that no longer exists. Just a bunch of spam there now.
2016-03-18 02:31:57 -07:00
Mathias Schreck
cd38a38316
nodejs: 5.8.0 -> 5.9.0
2016-03-16 23:22:22 +01:00
Mathias Schreck
7533784f28
nodejs: 5.7.1 -> 5.8.0
2016-03-12 23:06:09 +01:00
Vladimír Čunát
09af15654f
Merge master into closure-size
...
The kde-5 stuff still didn't merge well.
I hand-fixed what I saw, but there may be more problems.
2016-03-08 09:58:19 +01:00
Mathias Schreck
c7759dd8a0
nodejs: 5.7.0 -> 5.7.1
2016-03-04 10:32:17 +01:00
Sander van der Burg
c8e55671cd
nodejs-4_x: bump to version 4.3.1
2016-03-01 12:29:31 +00:00
Tobias Pflug
8625d2f8aa
nodejs-5_x: 5.6.0 -> 5.7.0
2016-02-29 11:35:51 +01:00
Franz Pletz
e3ecee8b13
nodejs: 5.5.0 -> 5.6.0 (CVE-2016-2086, CVE-2016-2216)
...
https://nodejs.org/en/blog/vulnerability/february-2016-security-releases/
2016-02-27 17:06:24 +01:00
Franz Pletz
6fd20ad747
nodejs: 4.2.3 -> 4.3.0 (CVE-2016-2086, CVE-2016-2216)
...
https://nodejs.org/en/blog/vulnerability/february-2016-security-releases/
2016-02-27 17:06:24 +01:00
Franz Pletz
3673c5bf52
nodejs: 0.10.41 -> 0.10.42 (CVE-2016-2086, CVE-2016-2216)
...
https://nodejs.org/en/blog/vulnerability/february-2016-security-releases/
2016-02-27 17:06:24 +01:00
Vladimír Čunát
d039c87984
Merge branch 'master' into closure-size
2016-02-14 08:33:51 +01:00
Vladimír Čunát
ae74c356d9
Merge recent 'staging' into closure-size
...
Let's get rid of those merge conflicts.
2016-02-03 16:57:19 +01:00
Stacey Touset
4356d0ccce
nodejs: fix Darwin build
...
- Add no-xcode patch back into node v5. Reverts some of
5cb1e43fd6
- Fix patch to apply correctly
- Remove pkg-libpath patch from v4
2016-01-29 18:09:46 -08:00
Christian Albrecht
2dbd741009
nodejs-5_x: 5.4.1 -> 5.5.0
2016-01-28 13:27:40 +01:00
Tobias Pflug
a265c8a05d
nodejs: 5.1.1 -> 5.4.1
2016-01-21 10:31:18 +01:00
Dan Peebles
48513dfb22
nodejs: remove unreferenced patchfile
2016-01-19 22:29:02 -05:00
Dan Peebles
5cb1e43fd6
nodejs-5: fix on darwin
...
Turns out the darwin-flavored patches aren't needed anymore.
Fixes #12305
2016-01-19 22:28:42 -05:00
Vladimír Čunát
716aac2519
Merge branch 'staging' into closure-size
2016-01-19 09:55:31 +01:00
Jude Taylor
36ebae29ce
update xcode patches for node v0.10.41
2016-01-09 14:38:37 -08:00
Jude Taylor
81710923bd
add gyp fix to node v4.x
2016-01-07 21:52:12 -08:00
Luca Bruno
5b0352a6a4
Merge branch 'master' into closure-size
2015-12-11 18:31:00 +01:00
Rok Garbas
c90d26a2e2
nodejs: fix naming of nodejs to fit into their versioning model, fixes #11497
2015-12-06 21:57:24 +01:00
zimbatm
a6982cc525
nodejs: 5.0.0 -> 5.1.1 CVE-2015-8027
...
See
https://nodejs.org/en/blog/vulnerability/december-2015-security-releases/
2015-12-06 21:57:09 +01:00
zimbatm
989966b293
nodejs: 4.2.2 -> 4.2.3 CVE-2015-8027
...
See
https://nodejs.org/en/blog/vulnerability/december-2015-security-releases/
2015-12-06 21:57:09 +01:00
zimbatm
59fc3cd8ad
nodejs: remove unlinked v4_1_0
...
The stable branch is v4.x.x and is already taken care of my the default.nix
2015-12-06 21:57:09 +01:00
zimbatm
46c65335ca
nodejs: 0.10.40 -> 0.10.41
...
Maintenance release
2015-12-06 21:57:09 +01:00
Luca Bruno
a412927924
Merge remote-tracking branch 'origin/master' into closure-size
2015-11-25 21:37:30 +01:00
Vladimír Čunát
333d69a5f0
Merge staging into closure-size
...
The most complex problems were from dealing with switches reverted in
the meantime (gcc5, gmp6, ncurses6).
It's likely that darwin is (still) broken nontrivially.
2015-11-20 14:32:58 +01:00
Cillian de Róiste
5823ff2a92
nodejs: remove myself from the maintainers
2015-11-19 22:32:43 +01:00
Sander van der Burg
a06dd213b6
nodejs-5_0: add package
2015-11-16 17:58:11 +00:00
Domen Kožar
4755afc385
Merge commit 'b666ac3e9ff3f08b120d068770768be580e67f76' (staging)
...
Merge rest of the fixes from staging
2015-11-16 11:23:06 +01:00
Arseniy Seroka
20024205d3
Merge pull request #11014 from Havvy/node10
...
nodejs: 0.10.38 -> 0.10.40
2015-11-15 01:23:20 +03:00
William A. Kennington III
453f7c7218
Merge branch 'master.upstream' into staging.upstream
2015-11-14 12:39:32 -08:00
William A. Kennington III
6602f49495
Revert "Revert "Merge pull request #9543 from NixOS/staging.post-15.06""
...
This reverts commit 741bf840da
.
This reverts the fallout from reverting the major changes.
2015-11-14 12:32:51 -08:00
Ryan Scheel (Havvy)
087202abf9
nodejs: 0.10.38 -> 0.10.40
2015-11-13 23:06:03 +00:00
Domen Kožar
4d1129828a
nodejs: 4.1.2 -> 4.2.2
2015-11-11 11:53:38 +01:00
Vladimír Čunát
4917a4f8b3
Merge master into staging
2015-10-23 01:57:14 +02:00
Jude Taylor
de497895ae
nodejs-0.10: apply gyp patches to node-gyp in fixup
2015-10-16 18:37:50 -07:00
William A. Kennington III
8a44a36ca4
Merge branch 'master.upstream' into staging.upstream
2015-10-15 10:22:28 -07:00
Eelco Dolstra
741bf840da
Revert "Merge pull request #9543 from NixOS/staging.post-15.06"
...
This reverts commit f61176c539
, reversing
changes made to a27ca029ee
.
Conflicts:
pkgs/development/libraries/ncurses/default.nix
2015-10-06 15:24:20 +02:00
Ryan Scheel (Havvy)
d9819cf7b0
nodejs: 4.1.0 -> 4.1.2
2015-10-06 00:43:01 +02:00
Vladimír Čunát
b1a38cd40d
nodejs: fixup
2015-10-03 16:28:06 +02:00
Vladimír Čunát
f361938b21
Merge staging into closure-size
...
This makes gcc5 the default builder, etc.
2015-10-03 15:23:13 +02:00
Vladimír Čunát
5227fb1dd5
Merge commit staging+systemd into closure-size
...
Many non-conflict problems weren't (fully) resolved in this commit yet.
2015-10-03 13:33:37 +02:00
William A. Kennington III
2ef6508c7f
Merge branch 'master.upstream' into staging.post-15.06
2015-10-02 12:41:09 -07:00
Jude Taylor
d4081c2f97
fix patches for both node versions
2015-10-01 16:34:42 -07:00
Jude Taylor
4520a19151
add darwin libtool to nodejs 4.1.0
2015-10-01 09:20:12 -07:00
William A. Kennington III
271972de0a
Merge branch 'master.upstream' into staging.upstream
2015-09-29 15:54:33 -07:00
Jude Taylor
f4a7173e83
add darwin libtool to nodejs 4.1.0
2015-09-28 17:23:25 -07:00
Utku Demir
3733c25227
nodejs: 0.12.7 -> 4.1.0
...
A big version jump after io.js merge.
dontDisableStatic flag is added since the ./configure script didn't
recognize "--disable-static" flag added by default.
New dependencies are also introduced, coming from io.js
2015-09-24 15:46:47 +00:00
Jude Taylor
e7605dd08b
add nodejs-4.1.0
2015-09-23 16:13:34 -07:00
Utku Demir
5868aaf395
Remove nodejs-unstable package
...
This package was same as the main nodejs package since the given
unstableVersion flag is noop.
2015-09-19 13:48:38 +00:00
William A. Kennington III
333f145d76
Merge branch 'master.upstream' into staging.upstream
2015-07-13 15:11:31 -07:00
Ryan Scheel (Havvy)
de34441ead
nodejs: 0.12.6 -> 0.12.7
2015-07-12 21:37:40 +02:00
Jude Taylor
5b3e50dedc
use lib functions to clean up nodejs
2015-07-10 10:28:27 -07:00
Jude Taylor
f72beea75e
darwin purity: nodejs-0.10
2015-07-10 10:28:27 -07:00
William A. Kennington III
7cda24c01e
Merge branch 'master.upstream' into staging.upstream
2015-07-08 14:11:16 -07:00
Rehno Lindeque
590c467018
nodejs: 0.12.0 -> 0.12.6
...
0.12.5 and 0.12.6 were both critical security releases.
2015-07-08 20:51:03 +02:00
William A. Kennington III
d605663ae2
Merge branch 'master.upstream' into staging.upstream
2015-07-05 13:06:02 -07:00
Alexander Flatter
60c33c16a0
nodejs: Don't apply no-darwin-cflags
...
The no-darwin-cflags patch does not apply cleanly anymore, but
apparently it's also not necessary.
2015-07-02 11:11:51 +02:00
William A. Kennington III
7eae48871f
Merge branch 'master.upstream' into staging.upstream
2015-07-01 13:38:17 -07:00
Shea Levy
145768bf9b
Unmaintain a bunch of packages
2015-07-01 08:11:05 -04:00
Jude Taylor
6f3729e3b3
darwin purity: nodejs
2015-06-21 00:56:26 -07:00
Ryan Scheel (Havvy)
b49026ee98
Added: Havvy as maintainer for iojs/nodejs.
2015-06-01 05:17:59 +02:00
Vladimír Čunát
375bc8def7
Merge staging into closure-size
2015-05-05 11:49:03 +02:00
Lluís Batlle i Rossell
9be8b790f8
Choosing a different nodejs for armv5tel.
...
nodejs 0.12 doesn't build in armv5 or without fpu, it seems.
I tested this change on armv5tel, branch staging.
2015-05-03 18:02:55 +02:00
Jaka Hudoklin
5e2b429e82
Merge pull request #7556 from offlinehacker/pkgs/node-packages/fix_platforms
...
nodePackages: fix platform detection
2015-04-25 16:21:51 +02:00
Jaka Hudoklin
744b06cc28
nodePackages: fix platform detection
2015-04-25 15:18:54 +02:00
Vladimír Čunát
bf414c9d4f
Merge 'staging' into closure-size
...
- there were many easy merge conflicts
- cc-wrapper needed nontrivial changes
Many other problems might've been created by interaction of the branches,
but stdenv and a few other packages build fine now.
2015-04-18 11:22:20 +02:00
Domen Kožar
a83f55af1c
node: set interpreterName for 0.10
2015-04-16 12:43:04 -04:00
Eelco Dolstra
16ccc46c29
Revert "nodejs: Update to 0.12.2"
...
This reverts commit 088523f094
.
Fixes #7243 .
2015-04-07 17:54:38 +02:00
John Wiegley
e5775f533a
Merge pull request #7145 from flosse/old-stable-nodejs
...
nixpkgs: added old stable nodejs v0.10.38
2015-04-07 10:38:47 -05:00
Eelco Dolstra
088523f094
nodejs: Update to 0.12.2
2015-04-07 14:53:45 +02:00
Eelco Dolstra
488d7a70e1
nodejs: Disable unstableVersion
...
It's pretty pointless to have an unstable version older than the
stable version.
2015-04-07 14:07:48 +02:00
Markus Kohlhase
d2358a6e53
nixpkgs: added old stable nodejs v0.10.38
2015-04-03 10:52:40 +00:00
Jaka Hudoklin
f953d77be2
Revert "Reverts a bunch of commits as a try to fix GC errors."
...
This reverts commit 1e4ba025c2
.
Conflicts:
pkgs/development/web/nodejs/build-node-package.nix
2015-03-21 17:49:37 +01:00