GNU bug report logs -
#71581
[PATCH 1/2] gnu: llhttp-bootstrap: Update to 6.1.0.
Previous Next
Full log
View this message in rfc822 format
* 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.