# Makefile variables for PO directory in any package using GNU gettext. # This domain contains only translations of package synopses and descriptions. DOMAIN = guix-packages subdir = po/packages top_builddir = ../.. # These options get passed to xgettext. We want to catch exclusively package # synopses and descriptions. XGETTEXT_OPTIONS = \ --language=Scheme --from-code=UTF-8 \ --keyword=synopsis --keyword=description COPYRIGHT_HOLDER = Ludovic Courtès MSGID_BUGS_ADDRESS = ludo@gnu.org EXTRA_LOCALE_CATEGORIES = # Disable PO update upon "make dist", which sometimes fails when doing # "make distcheck -j4". # See . DIST_DEPENDS_ON_UPDATE_PO = no ='h' onchange='this.form.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/node.scm
AgeCommit message (Expand)Author
2023-11-05gnu: node-lts: Update to 18.18.2....* gnu/packages/node.scm (node-lts): Update to 18.18.2. [arguments]<phases>: Add 'install-node-gyp-wrapper phase. Change-Id: I6b17de33313505558a8fa9560126adef486fd0e3 Jelle Licht
2023-08-31gnu: node-lts: Update to 18.17.1....* gnu/packages/node.scm (node-lts): Update to 18.17.1. Jelle Licht
2023-08-31gnu: llhttp-bootstrap: Update to 6.0.11....* gnu/packages/node.scm (llhttp-bootstrap): Update to 6.0.11. Jelle Licht
2023-07-16gnu: libnode: Delete extra phase....This is a follow-up to commit 5dc2a88f99e2e448f7e9ca842a4a0d072a8f8f20. * gnu/packages/node.scm (libnode)[arguments]: Remove phase 'ignore-number-of-hardlinks. Ricardo Wurmus
2023-07-15gnu: node-lts: Install files irrespective of number of hardlinks....* gnu/packages/node.scm (node-lts)[arguments]: Add build phase 'ignore-number-of-hardlinks. Ricardo Wurmus
2023-07-15gnu: node-lts: Simplify snippet....* gnu/packages/node.scm (node-lts)[source]: Remove quasiquote, trailing #T, and IF with explicit booleans. Ricardo Wurmus