diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2025-03-12 09:58:05 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2025-03-13 14:34:59 +0200 |
commit | 0bc4527a25e97f8a6fa03f1ba0187f53afe432b5 (patch) | |
tree | 170d9744c583ce3bd17d3778595170cefc8f16c9 | |
parent | 735fe0eea86fc0bec70e2a9180a329c1f76b5ddc (diff) |
fixup Add node-12
Change-Id: I0648220dcc1a1ad952a91b108815c5b8bcca8592
-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 e672c5b01c..ba6c948a0b 100644 --- a/gnu/packages/node.scm +++ b/gnu/packages/node.scm @@ -539,23 +539,23 @@ devices.") (for-each delete-file (cons* - "parellel/test-async-hooks-worker-asyncfn-terminate-1.js" - "parellel/test-async-hooks-worker-asyncfn-terminate-2.js" - "parellel/test-async-hooks-worker-asyncfn-terminate-3.js" - "parellel/test-async-hooks-worker-asyncfn-terminate-4.js" - "parellel/test-cli-node-options.js" - "parellel/test-crypto-key-objects-messageport.js" - "parellel/test-crypto-worker-thread.js" - "parellel/test-disable-proto-delete.js" - "parellel/test-disable-proto-throw.js" - "parellel/test-performance-eventlooputil.js" - "parellel/test-preload.js" - "parellel/test-process-exec-argv.js" - "parellel/test-require-symlink.js" - "parellel/test-trace-events-api-worker-disabled.js" - "parellel/test-trace-events-async-hooks-worker.js" - "parellel/test-trace-events-worker-metadata.js" - "parellel/test-trace-exit.js" + "parallel/test-async-hooks-worker-asyncfn-terminate-1.js" + "parallel/test-async-hooks-worker-asyncfn-terminate-2.js" + "parallel/test-async-hooks-worker-asyncfn-terminate-3.js" + "parallel/test-async-hooks-worker-asyncfn-terminate-4.js" + "parallel/test-cli-node-options.js" + "parallel/test-crypto-key-objects-messageport.js" + "parallel/test-crypto-worker-thread.js" + "parallel/test-disable-proto-delete.js" + "parallel/test-disable-proto-throw.js" + "parallel/test-performance-eventlooputil.js" + "parallel/test-preload.js" + "parallel/test-process-exec-argv.js" + "parallel/test-require-symlink.js" + "parallel/test-trace-events-api-worker-disabled.js" + "parallel/test-trace-events-async-hooks-worker.js" + "parallel/test-trace-events-worker-metadata.js" + "parallel/test-trace-exit.js" "wasi/test-wasi-worker-terminate.js" "wpt/test-console.js" "wpt/test-encoding.js" @@ -564,7 +564,7 @@ devices.") "wpt/test-timers.js" "wpt/test-url.js" "report/test-report-worker.js" - "es-module/test-esm-loader-side-effect.js" + "es-module/test-esm-loader-side-effect.mjs" "sequential/test-worker-prof.js" "abort/test-worker-abort-uncaught-exception.js" (find-files "parallel" "^test-worker"))))) |