aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/bash-completion-directories.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/patches/bash-completion-directories.patch')
0 files changed, 0 insertions, 0 deletions
olspan='3' class='logmsg'> * gnu/packages/node.scm (node): Update to 10.22.0. [inputs]: Replace nghttp2 with nghttp2-1.41. 2020-06-13gnu: libnode: Delete unused phase.Ricardo Wurmus This is a follow-up to commit bb310a1976198eacdc67e0712e19735cd656b21d. * gnu/packages/node.scm (libnode)[arguments]: Delete phase "patch-npm-shebang". 2020-06-13Revert "gnu: node: Build shared library."Ricardo Wurmus This reverts commit f9311eaa7cb7849e9b17162c93b874c74d8fcbbd. Adding "--shared" replaces the executable with the shared library, breaking all users of the nodejs executable. 2020-06-13gnu: Add libnode.Ricardo Wurmus * gnu/packages/node.scm (libnode): New variable. 2020-06-13gnu: node: Build shared library.Ricardo Wurmus * gnu/packages/node.scm (node)[arguments]: Build shared library. 2020-03-04Merge branch 'master' into core-updatesMarius Bakke 2020-02-26gnu: node: Disable failing tests on armhf-linux.Marius Bakke * gnu/packages/node.scm (node)[arguments]: When building on armhf-linux, disable several zlib tests. 2020-02-26gnu: node: Update to 10.19.0.Marius Bakke * 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-24gnu: node: Increase build timeouts.Marius Bakke * gnu/packages/node.scm (node)[properties]: Add MAX-SILENT-TIME. Increase TIMEOUT from 3600 seconds to 14400. 2020-02-14Merge branch 'master' into core-updatesMarius Bakke 2020-02-10gnu: node: Disable flaky test.Marius Bakke * gnu/packages/node.scm (node)[arguments]: Delete test that fails sporadically. 2019-12-05gnu: node: Update to 10.17.0.Marius Bakke * gnu/packages/node.scm (node): Update to 10.17.0. 2019-09-24Merge branch 'master' into core-updatesLudovic Courtès 2019-09-20gnu: node: Disable tests that fail with openssl@1.1.1d.Tobias Geerinckx-Rice Work around <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=37386>. * gnu/packages/node.scm (node)[arguments]: Disable failing tests.