GNU bug report logs - #71581
[PATCH 1/2] gnu: llhttp-bootstrap: Update to 6.1.0.

Previous Next

Package: guix-patches;

Reported by: Ashvith Shetty <ashvithshetty10 <at> gmail.com>

Date: Sat, 15 Jun 2024 21:53:02 UTC

Severity: normal

Tags: patch

Done: Ashvith Shetty <ashvithshetty10 <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Ashvith Shetty <ashvithshetty10 <at> gmail.com>
To: 71581 <at> debbugs.gnu.org
Cc: Ashvith Shetty <ashvithshetty10 <at> gmail.com>
Subject: [bug#71581] [PATCH 09/10] gnu: Remove node-ms-bootstrap.
Date: Tue, 18 Jun 2024 18:08:11 +0530
* gnu/packages/node.scm (node-ms-bootstrap): Delete variable.

Change-Id: I8700591f516819fe848b77e936c89057708a4225
---
 gnu/packages/node.scm | 34 ----------------------------------
 1 file changed, 34 deletions(-)

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 33f868e84e..800cb6b1c9 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -334,40 +334,6 @@ (define-public node
 (define-public node-bootstrap
   (hidden-package node))
 
-(define-public node-ms-bootstrap
-  (package
-    (name "node-ms")
-    (version "2.1.2")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://github.com/vercel/ms.git")
-             (commit version)))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32
-         "1pjxzbi4j8pinlsc7yxvfrh0b47kb2dc4lfc2rjq4wx5bdwl33fj"))))
-    (build-system node-build-system)
-    (arguments
-     `(#:node ,node-bootstrap
-       #:tests? #f
-       #:phases
-       (modify-phases %standard-phases
-         (add-after 'patch-dependencies 'delete-dependencies
-           (lambda args
-             (delete-dependencies '("eslint"
-                                    "expect.js"
-                                    "husky"
-                                    "lint-staged"
-                                    "mocha")))))))
-    (home-page "https://github.com/zeit/ms#readme")
-    (properties '((hidden? . #t)))
-    (synopsis "Tiny millisecond conversion utility")
-    (description "Use this package to easily convert various time
-formats to milliseconds.")
-    (license license:expat)))
-
 (define-public llhttp-bootstrap
   (package
     (inherit llhttp)
-- 
2.45.1





This bug report was last modified 226 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.