diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2025-03-07 10:32:29 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2025-03-07 12:03:47 +0200 |
| commit | f634fc01ef79d541441c7391ca9f52c71e7748c7 (patch) | |
| tree | 18a812aab02670d24099a840ea61ebf039bf406b | |
| parent | 1d5496f2f92b52b24868ec6bfbc1a5e3fdb7480b (diff) | |
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
| -rw-r--r-- | gnu/packages/node.scm | 2 |
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 | |||
| 342 | event-driven, non-blocking I/O model that makes it lightweight and efficient, | 342 | event-driven, non-blocking I/O model that makes it lightweight and efficient, |
| 343 | perfect for data-intensive real-time applications that run across distributed | 343 | perfect for data-intensive real-time applications that run across distributed |
| 344 | devices.") | 344 | devices.") |
| 345 | (supported-systems (delete "riscv64-linux" %supported-systems)) | ||
| 345 | (home-page "https://nodejs.org/") | 346 | (home-page "https://nodejs.org/") |
| 346 | (license license:expat) | 347 | (license license:expat) |
| 347 | (properties '((max-silent-time . 7200) ;2h, needed on ARM | 348 | (properties '((max-silent-time . 7200) ;2h, needed on ARM |
| @@ -990,6 +991,7 @@ fi" | |||
| 990 | `(,nghttp2 "lib") | 991 | `(,nghttp2 "lib") |
| 991 | openssl | 992 | openssl |
| 992 | zlib)) | 993 | zlib)) |
| 994 | (supported-systems %supported-systems) | ||
| 993 | (properties (alist-delete 'hidden? (package-properties node-bootstrap))))) | 995 | (properties (alist-delete 'hidden? (package-properties node-bootstrap))))) |
| 994 | 996 | ||
| 995 | (define-public node node-lts) | 997 | (define-public node node-lts) |
