summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/node.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 039848b1a40..3d0a86b4fbe 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -342,6 +342,7 @@ for easily building fast, scalable network applications. Node.js uses an
event-driven, non-blocking I/O model that makes it lightweight and efficient,
perfect for data-intensive real-time applications that run across distributed
devices.")
+ (supported-systems (delete "riscv64-linux" %supported-systems))
(home-page "https://nodejs.org/")
(license license:expat)
(properties '((max-silent-time . 7200) ;2h, needed on ARM
@@ -990,6 +991,7 @@ fi"
`(,nghttp2 "lib")
openssl
zlib))
+ (supported-systems %supported-systems)
(properties (alist-delete 'hidden? (package-properties node-bootstrap)))))
(define-public node node-lts)