mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: Add node-bootstrap.
* gnu/packages/node (node-bootstrap): Add hidden alias for node.
This commit is contained in:
parent
7728aa24c5
commit
0c0c484613
1 changed files with 5 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue