jlicht pushed a commit to branch wip-node-14
in repository guix.
commit e3ddfb874da525668eda603e95e534fde9b6a95f
Author: Jelle Licht <[email protected]>
AuthorDate: Fri Oct 23 22:43:24 2020 +0200
gnu: node: Add node-bootstrap.
* gnu/packages/node (node-bootstrap): Add hidden alias for node-10.22.
---
gnu/packages/node.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 6b83f7d..63fd166 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -219,6 +219,11 @@ devices.")
(alist-replace "nghttp2" (list nghttp2-1.41 "lib")
(package-inputs node)))))
+;; This should be the latest version of node that still builds without
+;; depending on lltthp.
+(define-public node-bootstrap
+ (hidden-package node-10.22))
+
(define-public libnode
(package
(inherit node)