aboutsummaryrefslogtreecommitdiff
path: root/tests/test.drv
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.drv')
0 files changed, 0 insertions, 0 deletions
pdate to 8.1.2. (node)[arguments]: Disabled more tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jelle Licht 2017-05-23gnu: 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-23gnu: 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-17gnu: node: Actually set timeout to 1 h....* gnu/packages/node.scm (node)[properties]: Actually set timeout to 1 h. Danny Milosavljevic 2017-04-17gnu: 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-23gnu: 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-17gnu: 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-29gnu: 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-27gnu: node: Update to 6.0.0....* gnu/packages/node.scm (node): Update to 6.0.0. David Thompson 2016-04-07gnu: node: Update to 5.10.0....* gnu/packages/node.scm (node): Update to 5.10.0. David Thompson 2015-12-07gnu: 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-03gnu: node: Update to 0.12.7....* gnu/packages/node.scm (node): Update to 0.12.7. David Thompson 2015-04-08Merge branch 'master' into core-updates宋文武 2015-04-04gnu: node: Update to 0.12.2.David Thompson 2015-04-01gnu: node: Remove unneeded import....* gnu/packages/node.scm: Remove import of (guix build gnu-build-system). Ludovic Courtès