Tobias Geerinckx-Rice
28b5ef1159
gnu: Rename google-brotli back to brotli.
...
Sorry for the noise, but good riddance. Our nonstandard name for this
package has caused confusion since it was added. For example, the
duplicate python-brotli and python-google-brotli packages added later,
with the latter name making even less sense.
The Python packages will be fixed in the next commit.
* gnu/packages/compression.scm (google-brotli): Redefine as a
deprecated-package, with…
(brotli): …restored to canonical status.
(python-google-brotli)[inherit]: Adjust accordingly.
* gnu/packages/databases.scm (apache-arrow)[inputs]: Adjust accordingly.
* gnu/packages/fontutils.scm (woff2)[inputs]: Likewise.
* gnu/packages/gnome.scm (libsoup)[propagated-inputs]: Likewise.
* gnu/packages/networking (wireshark)[inputs]: Likewise.
* gnu/packages/node.scm (node-lts)[arguments, native-inputs]: Likewise.
* gnu/packages/python-xyz.scm (python-imagecodecs)[inputs]: Likewise.
2021-10-13 01:20:19 +02:00
Pierre Langlois
5ee38c4672
gnu: node: Enable cross-compilation.
...
Node runs parts of itself on the host for bootstraping therefore for
cross-compiling support we need to fidle with the rpath in the build system,
as well as duplicating some of the dependencies as native-inputs and inputs.
* gnu/pakcages/node.scm (node)[arguments]: Refer to /bin/sh and /bin/env
directly instead of using (which). Add new 'set-bootstrap-host-rpath phase
to correctly set the rpath for binaries that are meant to run on the host.
Pass --cross-compiling and --dest-cpu to configure script if needed. Set the
CC_host, CXX_host, CC, CCX and PKG_CONFIG variable for cross-compilation.
Refer to the host python. Do not return #t from any phases.
[native-inputs]: Add c-ares, http-parser, icu4c, libuv, nghttp2, openssl and
zlib. Remove which.
[inputs]: Add bash and coreutils.
(llhttp-bootstrap)[arguments]: Refer to esbuild via (or native-inputs inputs).
(node-lts)[arguments]: Add new 'set-bootstrap-host-rpath phase to correctly
set the rpath for host binaries. Pass --cross-compiling and --dest-cpu to
configure script if needed. Set the CC_host, CXX_host, CCX and PKG_CONFIG
variable for cross-compilation. Refer to the host python. Do not return #t
from any phases. Refer to /bin/sh and /bin/env directly instead of
using (which). Do not return #t from any phases.
[native-inputs]: Hardcode native inputs instead of inheriting them from node.
[inputs]: Add bash and coreutils.
2021-09-02 20:47:12 +01:00
Marius Bakke
0861dbdef6
gnu: node: Prepare for ICU 69.
...
* gnu/packages/node.scm (node)[source](snippet): Add substitution.
2021-06-16 19:07:26 +02:00
Jelle Licht
f6c43c932a
gnu: Add node-lts.
...
* gnu/packages/node.scm (node-lts): New variable.
* guix/build-system/node.scm (default-node): Use it.
2021-04-02 18:04:24 +02:00
Jelle Licht
31c4d89073
gnu: Add llhttp-bootstrap.
...
* gnu/packages/patches/llhttp-bootstrap-CVE-2020-8287.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/node.scm (llhttp-bootstrap): New variable.
2021-04-02 18:04:24 +02:00
Jelle Licht
91b78f371e
gnu: Add node-llparse-bootstrap.
...
* gnu/packages/node.scm (node-llparse-bootstrap): New variable.
2021-04-02 18:04:23 +02:00
Jelle Licht
82e7f7c029
gnu: Add node-llparse-frontend-bootstrap.
...
* gnu/packages/node.scm (node-llparse-frontend-bootstrap): New variable.
2021-04-02 18:04:23 +02:00
Jelle Licht
6b930e5242
gnu: Add node-llparse-builder-bootstrap.
...
* gnu/packages/node.scm (node-llparse-builder-bootstrap): New variable.
2021-04-02 18:04:23 +02:00
Jelle Licht
2780cea3f8
gnu: Add node-debug-bootstrap.
...
* gnu/packages/node.scm (node-debug-bootstrap): New variable.
2021-04-02 18:04:23 +02:00
Jelle Licht
2cc5883b21
gnu: Add node-binary-search-bootstrap.
...
* gnu/packages/node.scm (node-binary-search-bootstrap): New variable.
2021-04-02 18:04:23 +02:00
Jelle Licht
972f2a2aff
gnu: Add node-ms-bootstrap.
...
* gnu/packages/node.scm (node-ms-bootstrap): New variable.
2021-04-02 18:04:23 +02:00
Jelle Licht
f540ee5ef8
gnu: Add node-semver-bootstrap.
...
* gnu/packages/node.scm (node-semver-bootstrap): New variable.
2021-04-02 18:04:23 +02:00
Jelle Licht
0c0c484613
gnu: Add node-bootstrap.
...
* gnu/packages/node (node-bootstrap): Add hidden alias for node.
2021-04-02 18:04:23 +02:00
Jelle Licht
7728aa24c5
gnu: node: Use license prefix.
...
* gnu/packages/node.scm (node)[license]: Use prefix for license.
2021-04-02 18:04:22 +02:00
Mark H Weaver
1a265842e6
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.
2021-03-17 03:58:10 -04:00
Léo Le Bouter
d0a0215cda
gnu: node: Update to 10.24.0 [security fixes].
...
* gnu/packages/node.scm (node): Update to 10.24.0.
2021-03-01 06:02:28 +01:00
Jelle Licht
8f25001253
gnu: node: Update to 10.23.3.
...
* gnu/packages/node.scm (node): Update to 10.23.3.
2021-02-24 10:29:40 +01:00
Leo Famulari
68dd78e2e4
Merge branch 'master' into staging
2021-01-25 15:40:55 -05:00
zimoun
41134f915f
gnu: libnode: Fix regression in unused phases.
...
Fixes regression introduced with commit
1d77141f6d
.
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>
2021-01-20 22:34:04 +01:00
Marius Bakke
a22e75c073
Merge branch 'master' into ungrafting
2020-12-29 17:37:17 +01:00
Ricardo Wurmus
1d77141f6d
gnu: node: Fix npx shebang.
...
* gnu/packages/node.scm (node)[arguments]: Add build phase
"patch-node-shebang".
2020-12-29 14:26:52 +01:00
Marius Bakke
18f10c0b12
gnu: node: Update to 10.22.1.
...
This follows up on 3eb34c66b4
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.
2020-12-08 22:57:53 +01:00
Jonathan Brielmaier
aa11334ab0
gnu: node@10.22: Update to 10.22.1.
...
* gnu/packages/node.scm (node-10.22): Update to 10.22.1.
2020-11-17 19:28:12 +01:00
Pierre Langlois
92db0d39e2
gnu: Add node@10.22.
...
* gnu/packages/node.scm (node-10.22): New variable.
2020-09-06 23:21:14 +01:00
Pierre Langlois
6b7cba0fa8
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.
2020-09-06 23:21:14 +01:00
Pierre Langlois
235093fec0
gnu: node: Update 10.22.0.
...
* gnu/packages/node.scm (node): Update to 10.22.0.
[inputs]: Replace nghttp2 with nghttp2-1.41.
2020-09-04 12:04:43 +01:00
Ricardo Wurmus
e8521f0b95
gnu: libnode: Delete unused phase.
...
This is a follow-up to commit bb310a1976
.
* gnu/packages/node.scm (libnode)[arguments]: Delete phase
"patch-npm-shebang".
2020-06-13 20:04:51 +02:00
Ricardo Wurmus
2f38e38fb5
Revert "gnu: node: Build shared library."
...
This reverts commit f9311eaa7c
.
Adding "--shared" replaces the executable with the shared library, breaking
all users of the nodejs executable.
2020-06-13 17:02:26 +02:00
Ricardo Wurmus
bb310a1976
gnu: Add libnode.
...
* gnu/packages/node.scm (libnode): New variable.
2020-06-13 17:02:26 +02:00
Ricardo Wurmus
f9311eaa7c
gnu: node: Build shared library.
...
* gnu/packages/node.scm (node)[arguments]: Build shared library.
2020-06-13 01:19:39 +02:00
Marius Bakke
ebb7cf9e21
Merge branch 'master' into core-updates
2020-03-04 23:16:17 +01:00
Marius Bakke
5cfc6a88e9
gnu: node: Disable failing tests on armhf-linux.
...
* gnu/packages/node.scm (node)[arguments]: When building on
armhf-linux, disable several zlib tests.
2020-02-26 21:52:47 +01:00
Marius Bakke
458c3ff552
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.
2020-02-26 21:52:47 +01:00
Marius Bakke
b4481f2df1
gnu: node: Increase build timeouts.
...
* gnu/packages/node.scm (node)[properties]: Add MAX-SILENT-TIME. Increase
TIMEOUT from 3600 seconds to 14400.
2020-02-24 17:10:22 +01:00
Marius Bakke
7edafc884c
Merge branch 'master' into core-updates
2020-02-14 19:05:45 +01:00
Marius Bakke
5158326539
gnu: node: Disable flaky test.
...
* gnu/packages/node.scm (node)[arguments]: Delete test that fails sporadically.
2020-02-10 20:18:05 +01:00
Marius Bakke
703cd38656
gnu: node: Update to 10.17.0.
...
* gnu/packages/node.scm (node): Update to 10.17.0.
2019-12-05 17:59:10 +01:00
Ludovic Courtès
11da634a6e
Merge branch 'master' into core-updates
2019-09-24 10:11:38 +02:00
Tobias Geerinckx-Rice
aae65db560
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.
2019-09-20 17:24:02 +02:00
Marius Bakke
4c482696a6
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'.
2019-07-13 01:43:47 +02:00
Ludovic Courtès
d9bbfe042e
Merge branch 'master' into core-updates
2019-06-13 13:24:35 +02:00
Marius Bakke
7024846181
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.
2019-05-26 19:48:39 +02:00
Marius Bakke
e74f153a10
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.
2019-03-10 18:49:59 +01:00
Marius Bakke
ffec356a29
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.
2018-09-26 01:17:10 +02:00
Marius Bakke
e789b85841
gnu: Add Node LTS.
...
* gnu/packages/node.scm (node)[arguments]: Adjust 'patch-files' phase to
ignore missing files.
(node-lts): New public variable.
2018-09-26 00:33:01 +02:00
Marius Bakke
020c4ef18e
gnu: node: Delete expired tests.
...
* gnu/packages/node.scm (node)[arguments]: Delete tests for which the TLS
certificates have expired.
2018-09-26 00:33:01 +02:00
Tobias Geerinckx-Rice
e90271604a
gnu: Use HTTPS for nodejs.org.
...
* gnu/packages/node.scm (node)[source, home-page]: Use HTTPS.
2018-06-26 02:17:03 +02:00
Tobias Geerinckx-Rice
5112238fd6
gnu: node: Return #t from all phases.
...
* gnu/packages/node.scm (node)[arguments]: Substitute INVOKE for
SYSTEM*.
2018-06-26 02:17:03 +02:00
Mark H Weaver
3d5ad159b3
Merge branch 'master' into core-updates
2018-04-30 04:03:54 -04:00
Jelle Licht
a65d88f2a5
gnu: node: Update to 9.11.1.
...
* gnu/packages/node.scm (node): Update to 9.11.1.
2018-04-24 16:28:44 +02:00