guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

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