Age | Commit message (Expand) | Author |
2017-11-28 | gnu: node: Update to 8.9.1....* gnu/packages/node.scm (node): Update to 8.9.1.
[source]: Apply 'node-test-http2-server-rst-stream.patch'.
[arguments]: Skip 'doc-only' target in 'check', which attempts to use
npm to retrieve 'js-yaml' package. Remove test/doctool/test-make-doc.js.
Do not remove now-missing test case. Remove new test case that fails in
containers due to networking.
* gnu/packages/patches/node-test-http2-server-rst-stream.patch: New file.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Mike Gerwitz |
2017-10-26 | gnu: node: Update to 8.7.0....* gnu/packages/node.scm (node): Update to 8.7.0.
(node)[arguments]: Removed dgram mutlicast test. Removed dns test. Removed
broken linter test workaround.
| Jelle Licht |
2017-09-02 | gnu: node: Update to 8.4.0....* gnu/packages/patches/node-9077.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/node.scm (node): Update to 8.4.0.
(node)[arguments]: Removed broken linter test. Removed dns test.
| Jelle Licht |
2017-07-18 | gnu: node: Add search path specification for 'NODE_PATH'....* gnu/packages/node.scm (node)[native-search-paths]: New field.
| Jelle Licht |
2017-06-29 | gnu: node: Update to 8.1.2....* gnu/packages/node.scm (node): Update to 8.1.2.
(node)[arguments]: Disabled more tests.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Jelle Licht |
2017-05-23 | gnu: node: Use unbundled dependencies....* gnu/packages/node.scm (node)[inputs]: Add c-ares and http-parser.
[arguments]: Add configure flags for using system libraries.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Jelle Licht |
2017-05-23 | gnu: node: Update to 7.10.0....* gnu/packages/node.scm (node): Update to 7.10.0.
(node)[arguments]: Disabled more tests.
* gnu/packages/patches/node-9077.patch: Delete incompatible patch file.
Recreate patch file from node pull request 9077.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Jelle Licht |
2017-04-17 | gnu: node: Actually set timeout to 1 h....* gnu/packages/node.scm (node)[properties]: Actually set timeout to 1 h.
| Danny Milosavljevic |
2017-04-17 | gnu: node: Update to 7.8.0....* gnu/packages/node.scm (node): Update to 7.8.0.
[properties]: Add timeout of 1 h.
| Jelle Licht |
2017-01-23 | gnu: node: Don't replace 'sh' reference with 'bash'....* gnu/packages/node.scm (node)[arguments]: Use (which "sh") instead of
(which "bash") in 'patch-files' phase.
| Leo Famulari |
2016-10-17 | gnu: node: Update to 6.8.0....Remove <https://debbugs.gnu.org/23744> and
<https://debbugs.gnu.org/23723> workaround.
* gnu/packages/node.scm (node): Update to 6.8.0.
(node)[arguments]: Disabled more tests. Remove custom 'patch-shebangs'
phase. Manually patch npm script shebang in new 'patch-npm-shebang'
phase.
* gnu/packages/patches/node-9077.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add patches.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Al McElrath |
2016-06-29 | gnu: node: Make sure 'npm' remains a symlink after 'patch-shebangs'....Fixes <http://bugs.gnu.org/23744>.
Reported by Jovany Leandro G.C <bit4bit@riseup.net>
and Jelle Licht <jlicht@fsfe.org>.
* gnu/packages/node.scm (node)[arguments]: Replace 'patch-shebangs'
phase.
| Ludovic Courtès |
2016-04-27 | gnu: node: Update to 6.0.0....* gnu/packages/node.scm (node): Update to 6.0.0.
| David Thompson |
2016-04-07 | gnu: node: Update to 5.10.0....* gnu/packages/node.scm (node): Update to 5.10.0.
| David Thompson |
2015-12-07 | gnu: node: Do not use bundled dependencies....The Node build system was previously building its own copies of
OpenSSL (yikes!), libuv, and zlib.
* gnu/packages/node.scm (node)[inputs]: Add openssl, libuv, and zlib.
[arguments]: Add configure flags for using system libraries. Use
'modify-phases' syntax.
| David Thompson |
2015-08-03 | gnu: node: Update to 0.12.7....* gnu/packages/node.scm (node): Update to 0.12.7.
| David Thompson |
2015-04-08 | Merge branch 'master' into core-updates | 宋文武 |
2015-04-04 | gnu: node: Update to 0.12.2. | David Thompson |
2015-04-01 | gnu: node: Remove unneeded import....* gnu/packages/node.scm: Remove import of (guix build gnu-build-system).
| Ludovic Courtès |
2015-03-04 | gnu: Move 'which' to (gnu packages base)....* gnu/packages/which.scm: Remove.
* gnu-system.am (GNU_SYSTEM_MODULES): Remove it.
* gnu/packages/base.scm (which): New variable.
* gnu/packages/aspell.scm, gnu/packages/audio.scm,
gnu/packages/autogen.scm, gnu/packages/cdrom.scm,
gnu/packages/compression.scm, gnu/packages/datamash.scm,
gnu/packages/games.scm, gnu/packages/glib.scm,
gnu/packages/gnu-pw-mgr.scm, gnu/packages/gnutls.scm,
gnu/packages/gps.scm, gnu/packages/guile.scm,
gnu/packages/java.scm, gnu/packages/libevent.scm,
gnu/packages/linux.scm, gnu/packages/lisp.scm,
gnu/packages/node.scm, gnu/packages/ntp.scm,
gnu/packages/orpheus.scm, gnu/packages/pciutils.scm,
gnu/packages/python.scm, gnu/packages/qt.scm,
gnu/packages/rsync.scm, gnu/packages/sawfish.scm,
gnu/packages/scheme.scm, gnu/packages/ssh.scm,
gnu/packages/statistics.scm, gnu/packages/texlive.scm,
gnu/packages/wdiff.scm: Adjust accordingly.
| Ludovic Courtès |
2015-02-12 | gnu: node: Update to 0.12.0....* gnu/packages/node.scm (node): Update to 0.12.0.
| David Thompson |
2015-02-03 | gnu: node: Update to 0.10.36....* gnu/packages/node.scm (node): Update to 0.10.36.
| Andreas Enge |
2014-09-23 | gnu: node: Add 'which' as an input....* gnu/packages/node.scm (node)[native-inputs]: Add WHICH.
| Ludovic Courtès |
2014-07-01 | gnu: Add node....* gnu-system.am (GNU_SYSTEM_MODULES): Add new package.
* gnu/packages/node.scm: New file.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Cyrill Schenkel |