[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/13: gnu: Add node-bootstrap.
From: |
guix-commits |
Subject: |
04/13: gnu: Add node-bootstrap. |
Date: |
Fri, 2 Apr 2021 12:06:36 -0400 (EDT) |
jlicht pushed a commit to branch master
in repository guix.
commit 0c0c484613ed1b0dabf7a3292aedad9ec5eeb81d
Author: Jelle Licht <jlicht@fsfe.org>
AuthorDate: Tue Mar 30 01:27:34 2021 -0400
gnu: Add node-bootstrap.
* gnu/packages/node (node-bootstrap): Add hidden alias for node.
---
gnu/packages/node.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 82a2ca7..73d022d 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -211,6 +211,11 @@ devices.")
(properties '((max-silent-time . 7200) ;2h, needed on ARM
(timeout . 21600))))) ;6h
+;; This should be the latest version of node that still builds without
+;; depending on llhttp.
+(define-public node-bootstrap
+ (hidden-package node))
+
(define-public libnode
(package/inherit node
(name "libnode")
- branch master updated (532c0e7 -> f6c43c9), guix-commits, 2021/04/02
- 01/13: build-system: Rewrite node build system., guix-commits, 2021/04/02
- 02/13: gnu: Add libuv-for-node, guix-commits, 2021/04/02
- 04/13: gnu: Add node-bootstrap.,
guix-commits <=
- 13/13: gnu: Add node-lts., guix-commits, 2021/04/02
- 05/13: gnu: Add node-semver-bootstrap., guix-commits, 2021/04/02
- 12/13: gnu: Add llhttp-bootstrap., guix-commits, 2021/04/02
- 11/13: gnu: Add node-llparse-bootstrap., guix-commits, 2021/04/02
- 09/13: gnu: Add node-llparse-builder-bootstrap., guix-commits, 2021/04/02
- 10/13: gnu: Add node-llparse-frontend-bootstrap., guix-commits, 2021/04/02
- 08/13: gnu: Add node-debug-bootstrap., guix-commits, 2021/04/02
- 07/13: gnu: Add node-binary-search-bootstrap., guix-commits, 2021/04/02
- 03/13: gnu: node: Use license prefix., guix-commits, 2021/04/02
- 06/13: gnu: Add node-ms-bootstrap., guix-commits, 2021/04/02