guix_mirror_bot pushed a commit to branch javascript-team
in repository guix.

commit 2e1dea40b3e230cdb23ff48afc84a481f8a4a8eb
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Jul 12 00:19:19 2026 +0200

    gnu: Remove node-binary-search-bootstrap.
    
    * gnu/packages/node.scm (node-binary-search-bootstrap): Delete variable.
---
 gnu/packages/node.scm | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 61526240f9..b73c5a0ba4 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -461,35 +461,6 @@ devices.")
 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
-             (modify-json (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 node-debug-bootstrap
   (package
     (name "node-debug-bootstrap")

Reply via email to