gnu: Add node-bootstrap.

* gnu/packages/node (node-bootstrap): Add hidden alias for node.
This commit is contained in:
Jelle Licht 2021-03-30 01:27:34 -04:00
parent 7728aa24c5
commit 0c0c484613
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -211,6 +211,11 @@ (define-public node
(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")