~ruther/guix-local

6a371d00fcd4a5d1447a3b6179a3292674298da2 — Liliana Marie Prikler 1 year, 7 months ago a58674a
gnu: node-bootstrap: Fix build.

* gnu/packages/node.scm (node-bootstrap)[snippet]: Also adjust time format in
“test/parallel/test-intl.js”.
1 files changed, 5 insertions(+), 0 deletions(-)

M gnu/packages/node.scm
M gnu/packages/node.scm => gnu/packages/node.scm +5 -0
@@ 82,6 82,11 @@
                    (("TRUE") "true")
                    (("FALSE") "false"))

                  ;; Patch for compatibility with ICU 75 and newer, which
                  ;; adds non-breaking narrow spaces.
                  (substitute* "test/parallel/test-intl.js"
                    (("12:00:00 AM") "12:00:00 AM"))

                  ;; Fix process.versions.XXXX assumption of always having
                  ;; a version string of major.minor.patch and not major.minor.
                  (substitute* "test/parallel/test-process-versions.js"