1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 06:45:55 +02:00

gnu: node-bootstrap: Remove riscv64-linux from supported-systems.

* gnu/packages/node.scm (node-bootstrap)[supported-systems]: New field.
(node-lts)[supported-system]: Restore the default.

Change-Id: Ia2eb1b18298e6bdb088b3d9d8fa4c395b690253f
This commit is contained in:
Efraim Flashner
2025-03-07 10:32:29 +02:00
parent 1d5496f2f9
commit f634fc01ef
+2
View File
@@ -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)