aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/aux-files/chromium
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/aux-files/chromium')
0 files changed, 0 insertions, 0 deletions
commit/gnu/packages/node.scm?id=3759deaba1413270e623be7b56b7a4b3856fb6e8'>gnu: 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