| Commit message (Collapse) | Author | Age |
|
|
|
| |
* gnu/packages/node.scm (node)[native-search-paths]: New field.
|
|
|
|
|
|
|
| |
* 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/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/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/packages/node.scm (node)[properties]: Actually set timeout to 1 h.
|
|
|
|
|
| |
* gnu/packages/node.scm (node): Update to 7.8.0.
[properties]: Add timeout of 1 h.
|
|
|
|
|
| |
* gnu/packages/node.scm (node)[arguments]: Use (which "sh") instead of
(which "bash") in 'patch-files' phase.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
| |
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/packages/node.scm (node): Update to 6.0.0.
|
|
|
|
| |
* gnu/packages/node.scm (node): Update to 5.10.0.
|
|
|
|
|
|
|
|
|
| |
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/packages/node.scm (node): Update to 0.12.7.
|
|\ |
|
| | |
|
|/
|
|
| |
* gnu/packages/node.scm: Remove import of (guix build gnu-build-system).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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/packages/node.scm (node): Update to 0.12.0.
|
|
|
|
| |
* gnu/packages/node.scm (node): Update to 0.10.36.
|
|
|
|
| |
* gnu/packages/node.scm (node)[native-inputs]: Add WHICH.
|
|
* gnu-system.am (GNU_SYSTEM_MODULES): Add new package.
* gnu/packages/node.scm: New file.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|