diff options
-rw-r--r-- | gnu/packages/node.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm index 6b83f7dc65..63fd166c7f 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) |