summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-07-13 09:22:41 +0200
committerMaxim Cournoyer <maxim@guixotic.coop>2026-08-27 10:59:20 +0900
commit24966799149832264b5ecc39697dd43819b180c5 (patch)
treee6f5dbf809cdc563d729f4501563b5713ec3edb3
parent163a0dfb192dab65a73768b00f6b7a4a31ddab18 (diff)
gnu: Remove node-ms-bootstrap.
* gnu/packages/node.scm (node-ms-bootstrap): Delete variable. Change-Id: Ifebcf648e77dcd2fc370aa3724470b2707f30837 Signed-off-by: Jelle Licht <jlicht@fsfe.org>
-rw-r--r--gnu/packages/node.scm34
1 files changed, 0 insertions, 34 deletions
diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 14201c1816f..2f58972462f 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -427,40 +427,6 @@ devices.")
427@uref{https://semver.org/, SemVer.org} specification.") 427@uref{https://semver.org/, SemVer.org} specification.")
428 (license license:isc))) 428 (license license:isc)))
429 429
430(define-public node-ms-bootstrap
431 (package
432 (name "node-ms-bootstrap")
433 (version "2.1.2")
434 (source
435 (origin
436 (method git-fetch)
437 (uri (git-reference
438 (url "https://github.com/vercel/ms.git")
439 (commit version)))
440 (file-name (git-file-name name version))
441 (sha256
442 (base32 "1pjxzbi4j8pinlsc7yxvfrh0b47kb2dc4lfc2rjq4wx5bdwl33fj"))))
443 (build-system gnu-build-system)
444 (arguments
445 (list
446 #:tests? #f
447 #:phases
448 #~(modify-phases #$bootstrap-node-phases
449 (add-before 'configure 'patch-dependencies
450 (lambda _
451 #$(delete-dependencies* (list "eslint"
452 "expect.js"
453 "husky"
454 "lint-staged"
455 "mocha")))))))
456 (native-inputs (list node-bootstrap))
457 (home-page "https://github.com/zeit/ms#readme")
458 (properties '((hidden? . #t)))
459 (synopsis "Tiny millisecond conversion utility")
460 (description "Use this package to easily convert various time
461formats to milliseconds.")
462 (license license:expat)))
463
464(define-public node-llparse-builder-bootstrap 430(define-public node-llparse-builder-bootstrap
465 ;; The binary-search package is vendored in 1351b75. It's not unvendored 431 ;; The binary-search package is vendored in 1351b75. It's not unvendored
466 ;; here because it's small, and as a bootstrap package doesn't bring 432 ;; here because it's small, and as a bootstrap package doesn't bring