guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/13: gnu: node: Add node-bootstrap.


From: guix-commits
Subject: 04/13: gnu: node: Add node-bootstrap.
Date: Fri, 23 Oct 2020 18:14:45 -0400 (EDT)

jlicht pushed a commit to branch wip-node-14
in repository guix.

commit 3862bb514225d0c0548134fc8e7d7f604eee2911
Author: Jelle Licht <jlicht@fsfe.org>
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 5fec858..ba280c7 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]