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
Sander van der Burg
5cf1a4d36a
nodePackages: upgrade node2nix to version 1.1.1 and regenerate the package set
2017-01-20 22:05:44 +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
b191034d8a
remarkjs: fix evaluation
2016-11-25 14:45:03 +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
Profpatsch
65fe0e98d7
twitterBootstrap3: init at 3.3.7 ( #19852 )
2016-11-07 12:55:10 +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
Kamil Chmielewski
914e0e594c
buildGoPackage: deps.json -> deps.nix in NIXON
...
https://github.com/NixOS/nixpkgs/pull/17254#issuecomment-245295541
* update docs to describe `deps.nix`
* include goDeps in nix-shell GOPATH
* NixOS 16.09 rel notes about replacing goPackages
2016-09-16 00:04:55 +01:00
Sander van der Burg
fcbaf2bc23
remarkjs: use node2nix generated expressions
...
(cherry picked from commit 0f591992df1e7abe8e324e53a8970e20afac267d)
2016-09-02 13:02:37 +00:00
Tobias Pflug
86c8a63603
nodejs-6_x: 6.3.1 -> 6.4.0
2016-08-30 08:45:35 +02:00
Franz Pletz
e8d9e31a08
valum: 0.2.0 -> 0.2.16, fixes hardened build
2016-08-24 20:18:46 +02:00
obadz
24a9183f90
Merge branch 'hardened-stdenv' into staging
...
Closes #12895
Amazing work by @globin & @fpletz getting hardened compiler flags by
enabled default on the whole package set
2016-08-22 01:19:35 +01:00
Ram Kromberg
672cf9455d
valum: vala -> vala_0_28
2016-08-21 20:02:05 +03:00
Franz Pletz
bd4490e277
Merge branch 'master' into hardened-stdenv
2016-08-13 16:59:55 +02:00
Robin Gloster
b7787d932e
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-08-12 09:46:53 +00:00
Kamil Chmielewski
da3ddd48e4
buildGoPackage: remove Go deps file libs.json
...
After #16017 there were a lot
of comments saying that `nix` would be better than `JSON`
for Go packages dependency sets.
As said in https://github.com/NixOS/nixpkgs/pull/16017#issuecomment-229624046
> Because of the content-addressable store, if two programs have the
> same dependency it will already result in the same derivation in
> the
> store. Git also has compression in the pack files so it won't make
> much difference to duplicate the dependencies on disk. And finally
> most users will just use the binary builds so it won't make any
> differences to them.
This PR removes `libs.json` file and puts all package dependencies in
theirs `deps.json`.
2016-08-11 23:07:09 +02:00
Rok Garbas
f17ff218ff
nodejs: ensure that all scripts in nodejs have proper shebangs ( #17594 )
2016-08-08 22:14:01 +02:00
Robin Gloster
1b979d8384
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-08-03 13:34:44 +00:00
Tuomas Tynkkynen
b96fe03484
treewide: Fix meta.platforms related typos
2016-08-02 21:17:44 +03:00
Robin Gloster
f222d98746
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-07-25 12:47:13 +00:00
Tobias Pflug
39cf213e2b
nodejs-6_x: 6.2.2 -> 6.3.1
2016-07-22 10:00:26 +02:00
Robin Gloster
203846b9de
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-07-19 10:37:02 +00:00
Christine Koppelt
1c39145bc2
nodejs-5_x: 5.11.1 -> 5.12.0 ( #16657 )
2016-07-19 11:34:39 +02:00
Robin Gloster
5185bc1773
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-07-15 14:41:01 +00: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
schneefux
4c17bed84c
minify: init at v2.0.0
2016-07-10 12:06:01 +02:00
Christine Koppelt
a23c20eff8
nodejs-4_x: 4.4.4 -> 4.4.6
2016-06-25 19:00:17 +02:00
Bjørn Forsman
bd01fad0ed
Captialize meta.description of all packages
...
In line with the Nixpkgs manual.
A mechanical change, done with this command:
find pkgs -name "*.nix" | \
while read f; do \
sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
done
I manually skipped some:
* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Christine Koppelt
1d6cb3a119
nodejs-6_x: 6.2.0 -> 6.2.2
2016-06-18 19:32:58 +02:00
Nikolay Amiantov
3f241c172c
remarkjs: mark as broken
2016-06-11 03:28:50 +03:00
Robin Gloster
2d382f3d98
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-05-30 19:39:34 +00:00
Alexander Ried
1159b1561a
nodejs-6_x: use xz instead of gz
2016-05-18 18:36:54 +02:00