summaryrefslogtreecommitdiff
path: root/gnu/packages/node.scm
Commit message (Collapse)AuthorAge
* gnu: node: Disable failing tests on armhf-linux.Marius Bakke2020-02-26
| | | | | * gnu/packages/node.scm (node)[arguments]: When building on armhf-linux, disable several zlib tests.
* gnu: node: Update to 10.19.0.Marius Bakke2020-02-26
| | | | | | * gnu/packages/node.scm (node): Update to 10.19.0. [inputs]: Remove LIBUV and NGHTTP2:LIB. Add LIBUV/LATEST and NGHTTP2-1.40:LIB.
* gnu: node: Increase build timeouts.Marius Bakke2020-02-24
| | | | | * gnu/packages/node.scm (node)[properties]: Add MAX-SILENT-TIME. Increase TIMEOUT from 3600 seconds to 14400.
* gnu: node: Disable flaky test.Marius Bakke2020-02-10
| | | | * gnu/packages/node.scm (node)[arguments]: Delete test that fails sporadically.
* Merge branch 'master' into core-updatesLudovic Courtès2019-09-24
|\
| * gnu: node: Disable tests that fail with openssl@1.1.1d.Tobias Geerinckx-Rice2019-09-20
| | | | | | | | | | | | Work around <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=37386>. * gnu/packages/node.scm (node)[arguments]: Disable failing tests.
* | gnu: node: Update to 10.16.0.Marius Bakke2019-07-13
| | | | | | | | | | | | * gnu/packages/node.scm (node): Update to 10.16.0. [arguments]: Enable previously failing tests. Disable 'sequential/test-performance.js' and 'parallel/test-dns.js'.
* | Merge branch 'master' into core-updatesLudovic Courtès2019-06-13
|\|
| * gnu: node: Update to 10.15.3.Marius Bakke2019-05-26
| | | | | | | | | | | | | | | | | | | | * gnu/packages/libevent.scm (libuv-1.19): Remove variable. * gnu/packages/node.scm (node): Update to 10.15.3. [source]: Use XZ-compressed tarball. [arguments]: Add #:test-target. Use DELETE-FILE instead of DELETE-IF-EXISTS. Remove obsolete test deletions. [inputs]: Change OPENSSL to OPENSSL-NEXT. Change LIBUV-1.19 to LIBUV. (node-lts): Remove variable.
* | gnu: Use OpenSSL 1.1 as the default OpenSSL package.Marius Bakke2019-03-10
|/ | | | | | | | | | * gnu/packages/tls.scm (openssl-next): Delete variable. Move related code ... (openssl) ... here. (openssl-1.0): New public variable. Retain old arguments. * gnu/packages/crypto.scm (asignify)[inputs]: Change OPENSSL-NEXT to OPENSSL. * gnu/packages/databases.scm (mariadb)[inputs]: Change from OPENSSL to OPENSSL-1.0. * gnu/packages/node.scm (node)[inputs]: Likewise. * gnu/packages/rust.scm (rust-1.19)[inputs]: Likewise.
* gnu: node: Build against libuv@1.19.Marius Bakke2018-09-26
| | | | | * gnu/packages/libevent.scm (libuv-1.19): New public variable. * gnu/packages/node.scm (node)[inputs]: Change LIBUV to LIBUV-1.19.
* gnu: Add Node LTS.Marius Bakke2018-09-26
| | | | | | * gnu/packages/node.scm (node)[arguments]: Adjust 'patch-files' phase to ignore missing files. (node-lts): New public variable.
* gnu: node: Delete expired tests.Marius Bakke2018-09-26
| | | | | * gnu/packages/node.scm (node)[arguments]: Delete tests for which the TLS certificates have expired.
* gnu: Use HTTPS for nodejs.org.Tobias Geerinckx-Rice2018-06-26
| | | | * gnu/packages/node.scm (node)[source, home-page]: Use HTTPS.
* gnu: node: Return #t from all phases.Tobias Geerinckx-Rice2018-06-26
| | | | | * gnu/packages/node.scm (node)[arguments]: Substitute INVOKE for SYSTEM*.
* Merge branch 'master' into core-updatesMark H Weaver2018-04-30
|\
| * gnu: node: Update to 9.11.1.Jelle Licht2018-04-24
| | | | | | | | * gnu/packages/node.scm (node): Update to 9.11.1.
* | Merge branch 'master' into core-updatesMarius Bakke2018-03-29
|\|
| * gnu: node: Update to 9.10.0.Jelle Licht2018-03-28
| | | | | | | | * gnu/packages/node.scm (node): Update to 9.10.0.
| * gnu: node: Update to 9.9.0.Jelle Licht2018-03-22
| | | | | | | | * gnu/packages/node.scm (node): Update to 9.9.0.
* | gnu: All snippets report errors using exceptions, else return #t.Mark H Weaver2018-03-16
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm, gnu/packages/algebra.scm, gnu/packages/audio.scm, gnu/packages/backup.scm, gnu/packages/base.scm, gnu/packages/bioinformatics.scm, gnu/packages/cdrom.scm, gnu/packages/chez.scm, gnu/packages/code.scm, gnu/packages/compression.scm, gnu/packages/cross-base.scm, gnu/packages/crypto.scm, gnu/packages/cups.scm, gnu/packages/databases.scm, gnu/packages/dns.scm, gnu/packages/emacs.scm, gnu/packages/emulators.scm, gnu/packages/engineering.scm, gnu/packages/enlightenment.scm, gnu/packages/fpga.scm, gnu/packages/freedesktop.scm, gnu/packages/ftp.scm, gnu/packages/games.scm, gnu/packages/gcc.scm, gnu/packages/geo.scm, gnu/packages/ghostscript.scm, gnu/packages/gl.scm, gnu/packages/glib.scm, gnu/packages/gnome.scm, gnu/packages/gnuzilla.scm, gnu/packages/graphics.scm, gnu/packages/gtk.scm, gnu/packages/guile.scm, gnu/packages/irc.scm, gnu/packages/java.scm, gnu/packages/kerberos.scm, gnu/packages/linux.scm, gnu/packages/lisp.scm, gnu/packages/lxde.scm, gnu/packages/machine-learning.scm, gnu/packages/mail.scm, gnu/packages/maths.scm, gnu/packages/messaging.scm, gnu/packages/monitoring.scm, gnu/packages/mp3.scm, gnu/packages/music.scm, gnu/packages/netpbm.scm, gnu/packages/networking.scm, gnu/packages/node.scm, gnu/packages/nvi.scm, gnu/packages/ocaml.scm, gnu/packages/pdf.scm, gnu/packages/perl.scm, gnu/packages/php.scm, gnu/packages/plotutils.scm, gnu/packages/pretty-print.scm, gnu/packages/profiling.scm, gnu/packages/pulseaudio.scm, gnu/packages/python-crypto.scm, gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/robotics.scm, gnu/packages/sawfish.scm, gnu/packages/scanner.scm, gnu/packages/scheme.scm, gnu/packages/scribus.scm, gnu/packages/sdl.scm, gnu/packages/serialization.scm, gnu/packages/shells.scm, gnu/packages/slang.scm, gnu/packages/smalltalk.scm, gnu/packages/ssh.scm, gnu/packages/sync.scm, gnu/packages/syncthing.scm, gnu/packages/tbb.scm, gnu/packages/terminals.scm, gnu/packages/texinfo.scm, gnu/packages/text-editors.scm, gnu/packages/textutils.scm, gnu/packages/tls.scm, gnu/packages/unrtf.scm, gnu/packages/version-control.scm, gnu/packages/video.scm, gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/wm.scm, gnu/packages/wxwidgets.scm, gnu/packages/xdisorg.scm, gnu/packages/xorg.scm: In all snippets, report errors using exceptions, or else return #t.
* gnu: node: Use more unbundled dependencies.Jelle Licht2018-03-12
| | | | | | | * gnu/packages/node.scm (node)[inputs]: Add icu4c and nghttp2. [native-inputs]: Add pkg-config. [arguments]: Add configure flags for using system libraries. [source]: Remove bundled dependencies.
* gnu: node: Update to 9.8.0.Jelle Licht2018-03-12
| | | | | * gnu/packages/node.scm (node): Update to 9.8.0. [arguments]: Remove 'doc-only' workaround. Re-enable fixed tests.
* gnu: node: Update to 9.4.0.Jelle Licht2018-02-02
| | | | | | * gnu/packages/node.scm (node): Update to 9.4.0. [arguments]: Remove all tests that depend on eslint being available. Remove reference to deleted test. Removed networking test.
* gnu: node: Update to 9.3.0.Jelle Licht2017-12-25
| | | | | | | | | * gnu/packages/patches/node-test-http2-server-rst-stream.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/node.scm (node): Update to 9.3.0. [source]: Remove 'node-test-http2-server-rst-stream.patch'. [arguments]: Remove all tests that depend on eslint being available. Re-enable fixed test.
* gnu: node: Update to 8.9.1.Mike Gerwitz2017-11-28
| | | | | | | | | | | | * 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>
* gnu: node: Update to 8.7.0.Jelle Licht2017-10-26
| | | | | | * gnu/packages/node.scm (node): Update to 8.7.0. (node)[arguments]: Removed dgram mutlicast test. Removed dns test. Removed broken linter test workaround.
* gnu: node: Update to 8.4.0.Jelle Licht2017-09-02
| | | | | | | * 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.
* gnu: node: Add search path specification for 'NODE_PATH'.Jelle Licht2017-07-18
| | | | * gnu/packages/node.scm (node)[native-search-paths]: New field.
* gnu: node: Update to 8.1.2.Jelle Licht2017-06-29
| | | | | | | * gnu/packages/node.scm (node): Update to 8.1.2. (node)[arguments]: Disabled more tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: node: Use unbundled dependencies.Jelle Licht2017-05-23
| | | | | | | * 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>
* gnu: node: Update to 7.10.0.Jelle Licht2017-05-23
| | | | | | | | | * 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>
* gnu: node: Actually set timeout to 1 h.Danny Milosavljevic2017-04-17
| | | | * gnu/packages/node.scm (node)[properties]: Actually set timeout to 1 h.
* gnu: node: Update to 7.8.0.Jelle Licht2017-04-17
| | | | | * gnu/packages/node.scm (node): Update to 7.8.0. [properties]: Add timeout of 1 h.
* gnu: node: Don't replace 'sh' reference with 'bash'.Leo Famulari2017-01-23
| | | | | * gnu/packages/node.scm (node)[arguments]: Use (which "sh") instead of (which "bash") in 'patch-files' phase.
* gnu: node: Update to 6.8.0.Al McElrath2016-10-17
| | | | | | | | | | | | | | 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>
* gnu: node: Make sure 'npm' remains a symlink after 'patch-shebangs'.Ludovic Courtès2016-06-29
| | | | | | | | | 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.
* gnu: node: Update to 6.0.0.David Thompson2016-04-27
| | | | * gnu/packages/node.scm (node): Update to 6.0.0.
* gnu: node: Update to 5.10.0.David Thompson2016-04-07
| | | | * gnu/packages/node.scm (node): Update to 5.10.0.
* gnu: node: Do not use bundled dependencies.David Thompson2015-12-07
| | | | | | | | | 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.
* gnu: node: Update to 0.12.7.David Thompson2015-08-03
| | | | * gnu/packages/node.scm (node): Update to 0.12.7.
* Merge branch 'master' into core-updates宋文武2015-04-08
|\
| * gnu: node: Update to 0.12.2.David Thompson2015-04-04
| |
* | gnu: node: Remove unneeded import.Ludovic Courtès2015-04-01
|/ | | | * gnu/packages/node.scm: Remove import of (guix build gnu-build-system).
* gnu: Move 'which' to (gnu packages base).Ludovic Courtès2015-03-04
| | | | | | | | | | | | | | | | | | | | | * 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.
* gnu: node: Update to 0.12.0.David Thompson2015-02-12
| | | | * gnu/packages/node.scm (node): Update to 0.12.0.
* gnu: node: Update to 0.10.36.Andreas Enge2015-02-03
| | | | * gnu/packages/node.scm (node): Update to 0.10.36.
* gnu: node: Add 'which' as an input.Ludovic Courtès2014-09-23
| | | | * gnu/packages/node.scm (node)[native-inputs]: Add WHICH.
* gnu: Add node.Cyrill Schenkel2014-07-01
* gnu-system.am (GNU_SYSTEM_MODULES): Add new package. * gnu/packages/node.scm: New file. Signed-off-by: Ludovic Courtès <ludo@gnu.org>