summaryrefslogtreecommitdiff
path: root/gnu/packages/node.scm
Commit message (Expand)AuthorAgeFilesLines
...
* gnu: Add node-binary-search-bootstrap.•••* gnu/packages/node.scm (node-binary-search-bootstrap): New variable. Jelle Licht2021-04-021-0/+27
* gnu: Add node-ms-bootstrap.•••* gnu/packages/node.scm (node-ms-bootstrap): New variable. Jelle Licht2021-04-021-0/+30
* gnu: Add node-semver-bootstrap.•••* gnu/packages/node.scm (node-semver-bootstrap): New variable. Jelle Licht2021-04-021-0/+30
* gnu: Add node-bootstrap.•••* gnu/packages/node (node-bootstrap): Add hidden alias for node. Jelle Licht2021-04-021-0/+5
* gnu: node: Use license prefix.•••* gnu/packages/node.scm (node)[license]: Use prefix for license. Jelle Licht2021-04-021-2/+2
* gnu: Use PACKAGE/INHERIT in more places.•••* gnu/packages/algebra.scm (fftwf, fftw-openmpi), gnu/packages/audio.scm (ztoolkit-rsvg), gnu/packages/bioinformatics.scm (python2-dendropy), gnu/packages/boost.scm (boost-with-python2), gnu/packages/check.scm (python2-mock, python2-pytest-mock), gnu/packages/cups.scm (hplip-minimal), gnu/packages/freedesktop.scm (libinput-minimal), gnu/packages/gettext.scm (gnu-gettext), gnu/packages/glib.scm (python2-pygobject), gnu/packages/gnome.scm (gdl-minimal, libsoup-minimal, python2-pyatspi), gnu/packages/groff.scm (groff-minimal), gnu/packages/jami.scm (ffmpeg-jami), gnu/packages/libcanberra.scm (libcanberra/gtk+-2), gnu/packages/lirc.scm (python2-lirc), gnu/packages/llvm.scm (clang-runtime-3.5), gnu/packages/mpi.scm (java-openmpi, openmpi-thread-multiple), gnu/packages/node.scm (libnode), gnu/packages/onc-rpc.scm (libtirpc/hurd), gnu/packages/python-compression.scm (bitshuffle-for-snappy), gnu/packages/python-crypto.scm (python2-pycrypto, python2-cryptography) (python2-cryptography, python2-m2crypto), gnu/packages/python-web.scm (python2-html2text, python2-tornado) (python2-terminado, python2-ndg-httpsclient, python2-websocket-client) (python2-rauth, python2-url, python2-s3transfer), gnu/packages/python-xyz.scm (python2-psutil, python2-serpent) (python2-humanfriendly, python2-empy, python2-parse-type, python2-polib) (python2-jsonschema, python2-pystache, python2-cython, python2-numpydoc) (python2-ipyparallel, python2-traitlets, python2-dbus) (python2-beautifulsoup4, python2-pep517, python2-flake8, python2-llfuse) (python2-tlsh, python-file, python2-notebook, python-jupyter-console-minimal) (python2-contextlib2, python2-promise, python2-anyjson, python2-amqp) (python2-kombu, python2-billiard, python2-celery, python2-whoosh) (python2-jellyfish, python-rope, ptpython-2, python2-binaryornot) (python2-setproctitle, python2-argcomplete, python2-xopen, python2-isort) (python2-radon, python2-rfc6555, python2-activepapers, python2-send2trash) (python2-cloudpickle, python2-reparser), gnu/packages/python.scm (python2-called-python), gnu/packages/qt.scm (python2-sip, python-pyqt-without-qtwebkit, python2-pyqt) (python-qscintilla, python-pyqt+qscintilla), gnu/packages/scanner.scm (sane-backends), gnu/packages/sdl.scm (guile3.0-sdl2), gnu/packages/selinux.scm (checkpolicy, libselinux, libsemanage, secilc) (python-sepolgen, policycoreutils), gnu/packages/serialization.scm (lua5.1-libmpack, lua5.2-libmpack), gnu/packages/simulation.scm (fenics), gnu/packages/statistics.scm (python2-statsmodels), gnu/packages/texinfo.scm (info-reader), gnu/packages/wxwidgets.scm (wxwidgets-gtk2, wxwidgets-gtk2-3.1), gnu/packages/xml.scm (xmlsec-nss), gnu/packages/xorg.scm (uim-gtk, uim-qt), guix/build-system/python.scm (package-with-explicit-python) (strip-python2-variant): Use PACKAGE/INHERIT. Mark H Weaver2021-03-171-2/+1
* gnu: node: Update to 10.24.0 [security fixes].•••* gnu/packages/node.scm (node): Update to 10.24.0. Léo Le Bouter2021-03-011-2/+2
* gnu: node: Update to 10.23.3.•••* gnu/packages/node.scm (node): Update to 10.23.3. Jelle Licht2021-02-241-2/+2
* Merge branch 'master' into stagingLeo Famulari2021-01-251-1/+3
|\
| * gnu: libnode: Fix regression in unused phases.•••Fixes regression introduced with commit 1d77141f6d5004cf10d1f9ead53855f25a973847. Reported by Pierre-Antoine Bouttier <pierre-antoine.bouttier@univ-grenoble-alpes.fr>. * gnu/packages/node.scm (libnode)[arguments]: Delete phase "patch-node-shebang". Signed-off-by: Ricardo Wurmus <rekado@elephly.net> zimoun2021-01-201-1/+3
* | Merge branch 'master' into ungraftingMarius Bakke2020-12-291-0/+9
|\|
| * gnu: node: Fix npx shebang.•••* gnu/packages/node.scm (node)[arguments]: Add build phase "patch-node-shebang". Ricardo Wurmus2020-12-291-0/+9
* | gnu: node: Update to 10.22.1.•••This follows up on 3eb34c66b42d1fa520a374e9b35a6ce7bd1e8987 which left an unbound "nghttp2-1.41" variable. * gnu/packages/node.scm (node): Update to 10.22.1. (node-10.22): Remove variable. * gnu/packages/gnuzilla.scm (icecat)[native-inputs]: Change from NODE-10.22 to NODE. (icedove)[native-inputs]: Likewise. Marius Bakke2020-12-081-20/+2
|/
* gnu: node@10.22: Update to 10.22.1.•••* gnu/packages/node.scm (node-10.22): Update to 10.22.1. Jonathan Brielmaier2020-11-171-2/+2
* gnu: Add node@10.22.•••* gnu/packages/node.scm (node-10.22): New variable. Pierre Langlois2020-09-061-0/+19
* gnu: node: Downgrade to 10.20.0.•••Fixes <https://issues.guix.gnu.org/43228>. * gnu/packages/node.scm (node): Downgrade to 10.22.0. [inputs]: Downgrade nghttp2 to 1.40. Pierre Langlois2020-09-061-3/+3
* gnu: node: Update 10.22.0.•••* gnu/packages/node.scm (node): Update to 10.22.0. [inputs]: Replace nghttp2 with nghttp2-1.41. Pierre Langlois2020-09-041-3/+4
* gnu: libnode: Delete unused phase.•••This is a follow-up to commit bb310a1976198eacdc67e0712e19735cd656b21d. * gnu/packages/node.scm (libnode)[arguments]: Delete phase "patch-npm-shebang". Ricardo Wurmus2020-06-131-1/+4
* Revert "gnu: node: Build shared library."•••This reverts commit f9311eaa7cb7849e9b17162c93b874c74d8fcbbd. Adding "--shared" replaces the executable with the shared library, breaking all users of the nodejs executable. Ricardo Wurmus2020-06-131-2/+1
* gnu: Add libnode.•••* gnu/packages/node.scm (libnode): New variable. Ricardo Wurmus2020-06-131-0/+10
* gnu: node: Build shared library.•••* gnu/packages/node.scm (node)[arguments]: Build shared library. Ricardo Wurmus2020-06-131-1/+2
* Merge branch 'master' into core-updatesMarius Bakke2020-03-041-6/+20
|\
| * gnu: node: Disable failing tests on armhf-linux.•••* gnu/packages/node.scm (node)[arguments]: When building on armhf-linux, disable several zlib tests. Marius Bakke2020-02-261-2/+15
| * gnu: node: Update to 10.19.0.•••* gnu/packages/node.scm (node): Update to 10.19.0. [inputs]: Remove LIBUV and NGHTTP2:LIB. Add LIBUV/LATEST and NGHTTP2-1.40:LIB. Marius Bakke2020-02-261-5/+5
| * gnu: node: Increase build timeouts.•••* gnu/packages/node.scm (node)[properties]: Add MAX-SILENT-TIME. Increase TIMEOUT from 3600 seconds to 14400. Marius Bakke2020-02-241-1/+2
* | Merge branch 'master' into core-updatesMarius Bakke2020-02-141-0/+4
|\|
| * gnu: node: Disable flaky test.•••* gnu/packages/node.scm (node)[arguments]: Delete test that fails sporadically. Marius Bakke2020-02-101-0/+4
* | gnu: node: Update to 10.17.0.•••* gnu/packages/node.scm (node): Update to 10.17.0. Marius Bakke2019-12-051-2/+2
|/
* Merge branch 'master' into core-updatesLudovic Courtès2019-09-241-1/+0
|\
| * gnu: node: Disable tests that fail with openssl@1.1.1d.•••Work around <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=37386>. * gnu/packages/node.scm (node)[arguments]: Disable failing tests. Tobias Geerinckx-Rice2019-09-201-0/+6
* | gnu: node: Update to 10.16.0.•••* 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'. Marius Bakke2019-07-131-14/+10
* | Merge branch 'master' into core-updatesLudovic Courtès2019-06-131-37/+11
|\|
| * gnu: node: Update to 10.15.3.•••* 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. Marius Bakke2019-05-261-37/+11
* | gnu: Use OpenSSL 1.1 as the default OpenSSL package.•••* 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. Marius Bakke2019-03-101-1/+1
|/
* gnu: node: Build against libuv@1.19.•••* gnu/packages/libevent.scm (libuv-1.19): New public variable. * gnu/packages/node.scm (node)[inputs]: Change LIBUV to LIBUV-1.19. Marius Bakke2018-09-261-1/+1
* gnu: Add Node LTS.•••* gnu/packages/node.scm (node)[arguments]: Adjust 'patch-files' phase to ignore missing files. (node-lts): New public variable. Marius Bakke2018-09-261-3/+25
* gnu: node: Delete expired tests.•••* gnu/packages/node.scm (node)[arguments]: Delete tests for which the TLS certificates have expired. Marius Bakke2018-09-261-0/+8
* gnu: Use HTTPS for nodejs.org.•••* gnu/packages/node.scm (node)[source, home-page]: Use HTTPS. Tobias Geerinckx-Rice2018-06-261-2/+2
* gnu: node: Return #t from all phases.•••* gnu/packages/node.scm (node)[arguments]: Substitute INVOKE for SYSTEM*. Tobias Geerinckx-Rice2018-06-261-5/+6
* Merge branch 'master' into core-updatesMark H Weaver2018-04-301-2/+2
|\
| * gnu: node: Update to 9.11.1.•••* gnu/packages/node.scm (node): Update to 9.11.1. Jelle Licht2018-04-241-2/+2
* | Merge branch 'master' into core-updatesMarius Bakke2018-03-291-2/+2
|\|
| * gnu: node: Update to 9.10.0.•••* gnu/packages/node.scm (node): Update to 9.10.0. Jelle Licht2018-03-281-2/+2
| * gnu: node: Update to 9.9.0.•••* gnu/packages/node.scm (node): Update to 9.9.0. Jelle Licht2018-03-221-2/+2
* | gnu: All snippets report errors using exceptions, else return #t.•••* 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. Mark H Weaver2018-03-161-1/+2
|/
* gnu: node: Use more unbundled dependencies.•••* 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. Jelle Licht2018-03-121-6/+31
* gnu: node: Update to 9.8.0.•••* gnu/packages/node.scm (node): Update to 9.8.0. [arguments]: Remove 'doc-only' workaround. Re-enable fixed tests. Jelle Licht2018-03-121-28/+4
* gnu: node: Update to 9.4.0.•••* 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. Jelle Licht2018-02-021-3/+5
* gnu: node: Update to 9.3.0.•••* 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. Jelle Licht2017-12-251-10/+19
* 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 Gerwitz2017-11-281-3/+20