diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-06-10 23:32:36 +0900 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-07-08 18:33:27 +0200 |
| commit | a52816dd553cb56f2a09aa48c1c367bd7a92709b (patch) | |
| tree | 0be2ef5d0b23484ae054a11b3aa1818238861252 /gnu/packages/node.scm | |
| parent | d40240b07a7522a8ea08de734a6a50ca8e124aff (diff) | |
gnu: node-lts: Fix indentation.
* gnu/packages/node.scm (node-lts): Fix indentation.
Change-Id: I969cc99b4d2668f0cf16ee98414937d1c014edfe
Diffstat (limited to 'gnu/packages/node.scm')
| -rw-r--r-- | gnu/packages/node.scm | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm index 80ceec71858..6f04d28b033 100644 --- a/gnu/packages/node.scm +++ b/gnu/packages/node.scm | |||
| @@ -814,7 +814,7 @@ source files.") | |||
| 814 | (((string-append "'target_name': '(" | 814 | (((string-append "'target_name': '(" |
| 815 | (string-join host-binaries "|") | 815 | (string-join host-binaries "|") |
| 816 | ")',") | 816 | ")',") |
| 817 | target) | 817 | target) |
| 818 | (string-append target | 818 | (string-append target |
| 819 | "'ldflags': ['-Wl,-rpath=" | 819 | "'ldflags': ['-Wl,-rpath=" |
| 820 | c-ares "/lib:" | 820 | c-ares "/lib:" |
| @@ -826,7 +826,7 @@ source files.") | |||
| 826 | zlib "/lib" | 826 | zlib "/lib" |
| 827 | "'],")))))) | 827 | "'],")))))) |
| 828 | (add-after 'patch-hardcoded-program-references | 828 | (add-after 'patch-hardcoded-program-references |
| 829 | 'patch-additional-hardcoded-program-references | 829 | 'patch-additional-hardcoded-program-references |
| 830 | (lambda* (#:key inputs #:allow-other-keys) | 830 | (lambda* (#:key inputs #:allow-other-keys) |
| 831 | (substitute* "test/parallel/test-stdin-from-file-spawn.js" | 831 | (substitute* "test/parallel/test-stdin-from-file-spawn.js" |
| 832 | (("'/bin/sh'") (string-append | 832 | (("'/bin/sh'") (string-append |
| @@ -949,21 +949,21 @@ source files.") | |||
| 949 | "/bin/npx"))))))))) | 949 | "/bin/npx"))))))))) |
| 950 | (native-inputs | 950 | (native-inputs |
| 951 | (list ;; Runtime dependencies for binaries used as a bootstrap. | 951 | (list ;; Runtime dependencies for binaries used as a bootstrap. |
| 952 | c-ares-for-node-lts | 952 | c-ares-for-node-lts |
| 953 | brotli | 953 | brotli |
| 954 | icu4c-76 | 954 | icu4c-76 |
| 955 | libuv-for-node-lts | 955 | libuv-for-node-lts |
| 956 | `(,nghttp2 "lib") | 956 | `(,nghttp2 "lib") |
| 957 | openssl-3.0 | 957 | openssl-3.0 |
| 958 | zlib | 958 | zlib |
| 959 | ; ngtcp2? nghttp3? | 959 | ; ngtcp2? nghttp3? |
| 960 | ;; Regular build-time dependencies. | 960 | ;; Regular build-time dependencies. |
| 961 | perl | 961 | perl |
| 962 | pkg-config | 962 | pkg-config |
| 963 | procps | 963 | procps |
| 964 | python | 964 | python |
| 965 | util-linux | 965 | util-linux |
| 966 | gcc-14)) | 966 | gcc-14)) |
| 967 | (inputs | 967 | (inputs |
| 968 | (list bash-minimal | 968 | (list bash-minimal |
| 969 | coreutils | 969 | coreutils |
| @@ -979,7 +979,7 @@ source files.") | |||
| 979 | zlib | 979 | zlib |
| 980 | `(,zstd-1.5.7 "lib"))) | 980 | `(,zstd-1.5.7 "lib"))) |
| 981 | (supported-systems | 981 | (supported-systems |
| 982 | (cons "riscv64-linux" (package-supported-systems node-bootstrap))) | 982 | (cons "riscv64-linux" (package-supported-systems node-bootstrap))) |
| 983 | (properties (alist-delete 'hidden? (package-properties node-bootstrap))))) | 983 | (properties (alist-delete 'hidden? (package-properties node-bootstrap))))) |
| 984 | 984 | ||
| 985 | (define-public node node-lts) | 985 | (define-public node node-lts) |
