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 08/10] gnu: Remove node-binary-search-bootstrap.
Date: Tue, 18 Jun 2024 18:08:10 +0530
* gnu/packages/node.scm (node-binary-search-bootstrap): Delete variable.

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

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 806f33533a..33f868e84e 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -368,35 +368,6 @@ (define-public node-ms-bootstrap
 formats to milliseconds.")
     (license license:expat)))
 
-(define-public node-binary-search-bootstrap
-  (package
-    (name "node-binary-search")
-    (version "1.3.6")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://github.com/darkskyapp/binary-search.git")
-             (commit (string-append "v" version))))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32
-         "1xr2msdc143cd3xwgq7n3rhzy7j8wrnaidxl0r6l6b6g3mpbpjig"))))
-    (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 `("chai" "mocha")))))))
-    (home-page "https://github.com/darkskyapp/binary-search#readme")
-    (properties '((hidden? . #t)))
-    (synopsis "Tiny binary search function with comparators")
-    (description "This package is a binary search function for Node.js.")
-    (license license:cc0)))
-
 (define-public llhttp-bootstrap
   (package
     (inherit llhttp)
-- 
2.45.1





This bug report was last modified 246 days ago.

Previous Next


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